Html Css Color HEX #06459B Cobalt

📋 copy color: '#06459B'

red 6 ◦ green 69 ◦ blue 155

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

Shades of Cobalt #06459B

Tints of Cobalt #06459B

RGB

 RED value IS 6 (2.73% from 255) = 2.61%

 GREEN value IS 69 (27.34% from 255) = 30%

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

R = 2.61%
G = 30%
B = 67.39%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06459B (or 0x06459B) is known color: Cobalt. HEX triplet: 06, 45 and 9B. RGB value is (6,69,155). Sum of RGB (Red+Green+Blue) = 6+69+155=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #06459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06459B is #F9BA64. Grayscale: #3B3B3B. Windows color (decimal): -16366181 or 10175750. OLE color: 10175750.

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

Color convert

RGB 6 69 155 -
CMYK 0.96 0.55 0 0.39
HSL 214.63º 0.93% 0.32% -
HSV(B) 214.63º 0.96% 0.61% -
XYZ 8.12 6.66 31.87 -
YUV 59.97 181.63 89.51 -
System Red Green Blue C M Y K H S L
Decimal 6 69 155 0.96 0.55 0 0.39 214.63 0.93 0.32
Hex 6 45 9B 60 37 0 27 D7 5D 20
Octal 6 105 233 140 67 0 47 327 135 40
Binary 110 1000101 10011011 1100000 110111 0 100111 11010111 1011101 100000

Color Harmonies of #06459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06459B

Black with #06459B

Text Example


Text Example

White with #06459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,69,155); }

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

background-color css

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

 a { background-color: rgb(6,69,155); }

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

border-color css

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

 span { border-color: rgb(6,69,155); }

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