Html Css Color HEX #0048BE Cobalt

📋 copy color: '#0048BE'

red 0 ◦ green 72 ◦ blue 190

#0048BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0048BE

Tints of Cobalt #0048BE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 190 (74.61% from 255) = 72.52%

R = 0%
G = 27.48%
B = 72.52%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0048BE (or 0x0048BE) is known color: Cobalt. HEX triplet: 00, 48 and BE. RGB value is (0,72,190). Sum of RGB (Red+Green+Blue) = 0+72+190=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #0048BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0048BE is #FFB741. Grayscale: #3F3F3F. Windows color (decimal): -16758594 or 12470272. OLE color: 12470272.

HSL color Cylindrical-coordinate representation of color #0048BE: hue angle of 217.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0048BE is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 72 190 -
CMYK 1 0.62 0 0.25
HSL 217.26º 1% 0.37% -
HSV(B) 217.26º 1% 0.75% -
XYZ 11.61 8.35 49.72 -
YUV 63.92 199.15 82.41 -
System Red Green Blue C M Y K H S L
Decimal 0 72 190 1 0.62 0 0.25 217.26 1 0.37
Hex 0 48 BE 64 3E 0 19 D9 64 25
Octal 0 110 276 144 76 0 31 331 144 45
Binary 0 1001000 10111110 1100100 111110 0 11001 11011001 1100100 100101

Color Harmonies of #0048BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0048BE

Black with #0048BE

Text Example


Text Example

White with #0048BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0048BE; }

 p { color: rgb(0,72,190); }

 H1.HeaderClassName
 {
   color: #0048BE;
 }
 .AnyTagClassName
 {
   color: #0048BE;
 }
</style>

background-color css

<style>
 a { background-color: #0048BE; }

 a { background-color: rgb(0,72,190); }

 div.DivClassName
 {
   background-color: #0048BE;
 }
 .BgClassName
 {
   background-color: #0048BE;
 }
</style>

border-color css

<style>
 span { border-color: #0048BE; }

 span { border-color: rgb(0,72,190); }

 td.TdClassName
 {
   border-color: #0048BE;
 }
 .TagClassName
 {
   border-color: #0048BE;
 }
</style>