Html Css Color HEX #06459F Cobalt

📋 copy color: '#06459F'

red 6 ◦ green 69 ◦ blue 159

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

Shades of Cobalt #06459F

Tints of Cobalt #06459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.95%

R = 2.56%
G = 29.49%
B = 67.95%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06459F (or 0x06459F) is known color: Cobalt. HEX triplet: 06, 45 and 9F. RGB value is (6,69,159). Sum of RGB (Red+Green+Blue) = 6+69+159=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #06459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06459F is #F9BA60. Grayscale: #3C3C3C. Windows color (decimal): -16366177 or 10437894. OLE color: 10437894.

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

Color convert

RGB 6 69 159 -
CMYK 0.96 0.57 0 0.38
HSL 215.29º 0.93% 0.32% -
HSV(B) 215.29º 0.96% 0.62% -
XYZ 8.46 6.8 33.67 -
YUV 60.42 183.63 89.18 -
System Red Green Blue C M Y K H S L
Decimal 6 69 159 0.96 0.57 0 0.38 215.29 0.93 0.32
Hex 6 45 9F 60 39 0 26 D7 5D 20
Octal 6 105 237 140 71 0 46 327 135 40
Binary 110 1000101 10011111 1100000 111001 0 100110 11010111 1011101 100000

Color Harmonies of #06459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06459F

Black with #06459F

Text Example


Text Example

White with #06459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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