Html Css Color HEX #064E98 Cobalt

📋 copy color: '#064E98'

red 6 ◦ green 78 ◦ blue 152

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

Shades of Cobalt #064E98

Tints of Cobalt #064E98

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.05%

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

R = 2.54%
G = 33.05%
B = 64.41%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#064E98 (or 0x064E98) is known color: Cobalt. HEX triplet: 06, 4E and 98. RGB value is (6,78,152). Sum of RGB (Red+Green+Blue) = 6+78+152=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #064E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E98 is #F9B167. Grayscale: #404040. Windows color (decimal): -16363880 or 9981446. OLE color: 9981446.

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

Color convert

RGB 6 78 152 -
CMYK 0.96 0.49 0 0.40
HSL 210.41º 0.92% 0.31% -
HSV(B) 210.41º 0.96% 0.6% -
XYZ 8.47 7.75 30.76 -
YUV 64.91 177.15 85.98 -
System Red Green Blue C M Y K H S L
Decimal 6 78 152 0.96 0.49 0 0.40 210.41 0.92 0.31
Hex 6 4E 98 60 31 0 28 D2 5C 1F
Octal 6 116 230 140 61 0 50 322 134 37
Binary 110 1001110 10011000 1100000 110001 0 101000 11010010 1011100 11111

Color Harmonies of #064E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E98

Black with #064E98

Text Example


Text Example

White with #064E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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