Html Css Color HEX #064798 Cobalt

📋 copy color: '#064798'

red 6 ◦ green 71 ◦ blue 152

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

Shades of Cobalt #064798

Tints of Cobalt #064798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

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

R = 2.62%
G = 31%
B = 66.38%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#064798 (or 0x064798) is known color: Cobalt. HEX triplet: 06, 47 and 98. RGB value is (6,71,152). Sum of RGB (Red+Green+Blue) = 6+71+152=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #064798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064798 is #F9B867. Grayscale: #3C3C3C. Windows color (decimal): -16365672 or 9979654. OLE color: 9979654.

HSL color Cylindrical-coordinate representation of color #064798: hue angle of 213.29º 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 #064798 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 71 152 -
CMYK 0.96 0.53 0 0.40
HSL 213.29º 0.92% 0.31% -
HSV(B) 213.29º 0.96% 0.6% -
XYZ 8 6.81 30.6 -
YUV 60.8 179.47 88.91 -
System Red Green Blue C M Y K H S L
Decimal 6 71 152 0.96 0.53 0 0.40 213.29 0.92 0.31
Hex 6 47 98 60 35 0 28 D5 5C 1F
Octal 6 107 230 140 65 0 50 325 134 37
Binary 110 1000111 10011000 1100000 110101 0 101000 11010101 1011100 11111

Color Harmonies of #064798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064798

Black with #064798

Text Example


Text Example

White with #064798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064798; }

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

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

background-color css

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

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

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

border-color css

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

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

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