Html Css Color HEX #08449B Cobalt

📋 copy color: '#08449B'

red 8 ◦ green 68 ◦ blue 155

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

Shades of Cobalt #08449B

Tints of Cobalt #08449B

RGB

 RED value IS 8 (3.52% from 255) = 3.46%

 GREEN value IS 68 (26.95% from 255) = 29.44%

 BLUE value IS 155 (60.94% from 255) = 67.1%

R = 3.46%
G = 29.44%
B = 67.1%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08449B (or 0x08449B) is known color: Cobalt. HEX triplet: 08, 44 and 9B. RGB value is (8,68,155). Sum of RGB (Red+Green+Blue) = 8+68+155=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #08449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08449B is #F7BB64. Grayscale: #3B3B3B. Windows color (decimal): -16235365 or 10175496. OLE color: 10175496.

HSL color Cylindrical-coordinate representation of color #08449B: hue angle of 215.51º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08449B is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 68 155 -
CMYK 0.95 0.56 0 0.39
HSL 215.51º 0.9% 0.32% -
HSV(B) 215.51º 0.95% 0.61% -
XYZ 8.08 6.55 31.85 -
YUV 59.98 181.62 90.93 -
System Red Green Blue C M Y K H S L
Decimal 8 68 155 0.95 0.56 0 0.39 215.51 0.9 0.32
Hex 8 44 9B 5F 38 0 27 D8 5A 20
Octal 10 104 233 137 70 0 47 330 132 40
Binary 1000 1000100 10011011 1011111 111000 0 100111 11011000 1011010 100000

Color Harmonies of #08449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08449B

Black with #08449B

Text Example


Text Example

White with #08449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08449B; }

 p { color: rgb(8,68,155); }

 H1.HeaderClassName
 {
   color: #08449B;
 }
 .AnyTagClassName
 {
   color: #08449B;
 }
</style>

background-color css

<style>
 a { background-color: #08449B; }

 a { background-color: rgb(8,68,155); }

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

border-color css

<style>
 span { border-color: #08449B; }

 span { border-color: rgb(8,68,155); }

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