Html Css Color HEX #064C98 Cobalt

📋 copy color: '#064C98'

red 6 ◦ green 76 ◦ blue 152

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

Shades of Cobalt #064C98

Tints of Cobalt #064C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

 BLUE value IS 152 (59.77% from 255) = 64.96%

R = 2.56%
G = 32.48%
B = 64.96%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#064C98 (or 0x064C98) is known color: Cobalt. HEX triplet: 06, 4C and 98. RGB value is (6,76,152). Sum of RGB (Red+Green+Blue) = 6+76+152=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #064C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064C98 is #F9B367. Grayscale: #3F3F3F. Windows color (decimal): -16364392 or 9980934. OLE color: 9980934.

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

Color convert

RGB 6 76 152 -
CMYK 0.96 0.50 0 0.40
HSL 211.23º 0.92% 0.31% -
HSV(B) 211.23º 0.96% 0.6% -
XYZ 8.33 7.47 30.71 -
YUV 63.73 177.81 86.82 -
System Red Green Blue C M Y K H S L
Decimal 6 76 152 0.96 0.50 0 0.40 211.23 0.92 0.31
Hex 6 4C 98 60 32 0 28 D3 5C 1F
Octal 6 114 230 140 62 0 50 323 134 37
Binary 110 1001100 10011000 1100000 110010 0 101000 11010011 1011100 11111

Color Harmonies of #064C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C98

Black with #064C98

Text Example


Text Example

White with #064C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,76,152); }

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

background-color css

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

 a { background-color: rgb(6,76,152); }

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

border-color css

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

 span { border-color: rgb(6,76,152); }

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