Html Css Color HEX #064B95 Cobalt

📋 copy color: '#064B95'

red 6 ◦ green 75 ◦ blue 149

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

Shades of Cobalt #064B95

Tints of Cobalt #064B95

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.61%

 BLUE value IS 149 (58.59% from 255) = 64.78%

R = 2.61%
G = 32.61%
B = 64.78%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#064B95 (or 0x064B95) is known color: Cobalt. HEX triplet: 06, 4B and 95. RGB value is (6,75,149). Sum of RGB (Red+Green+Blue) = 6+75+149=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #064B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064B95 is #F9B46A. Grayscale: #3E3E3E. Windows color (decimal): -16364651 or 9784070. OLE color: 9784070.

HSL color Cylindrical-coordinate representation of color #064B95: hue angle of 211.05º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064B95 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 75 149 -
CMYK 0.96 0.50 0 0.42
HSL 211.05º 0.92% 0.3% -
HSV(B) 211.05º 0.96% 0.58% -
XYZ 8.02 7.24 29.41 -
YUV 62.81 176.64 87.48 -
System Red Green Blue C M Y K H S L
Decimal 6 75 149 0.96 0.50 0 0.42 211.05 0.92 0.3
Hex 6 4B 95 60 32 0 2A D3 5C 1E
Octal 6 113 225 140 62 0 52 323 134 36
Binary 110 1001011 10010101 1100000 110010 0 101010 11010011 1011100 11110

Color Harmonies of #064B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B95

Black with #064B95

Text Example


Text Example

White with #064B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064B95; }

 p { color: rgb(6,75,149); }

 H1.HeaderClassName
 {
   color: #064B95;
 }
 .AnyTagClassName
 {
   color: #064B95;
 }
</style>

background-color css

<style>
 a { background-color: #064B95; }

 a { background-color: rgb(6,75,149); }

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

border-color css

<style>
 span { border-color: #064B95; }

 span { border-color: rgb(6,75,149); }

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