Html Css Color HEX #064F9C Cobalt

📋 copy color: '#064F9C'

red 6 ◦ green 79 ◦ blue 156

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

Shades of Cobalt #064F9C

Tints of Cobalt #064F9C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.78%

 BLUE value IS 156 (61.33% from 255) = 64.73%

R = 2.49%
G = 32.78%
B = 64.73%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#064F9C (or 0x064F9C) is known color: Cobalt. HEX triplet: 06, 4F and 9C. RGB value is (6,79,156). Sum of RGB (Red+Green+Blue) = 6+79+156=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #064F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F9C is #F9B063. Grayscale: #414141. Windows color (decimal): -16363620 or 10243846. OLE color: 10243846.

HSL color Cylindrical-coordinate representation of color #064F9C: hue angle of 210.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064F9C is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 79 156 -
CMYK 0.96 0.49 0 0.39
HSL 210.8º 0.93% 0.32% -
HSV(B) 210.8º 0.96% 0.61% -
XYZ 8.87 8.03 32.54 -
YUV 65.95 178.82 85.24 -
System Red Green Blue C M Y K H S L
Decimal 6 79 156 0.96 0.49 0 0.39 210.8 0.93 0.32
Hex 6 4F 9C 60 31 0 27 D3 5D 20
Octal 6 117 234 140 61 0 47 323 135 40
Binary 110 1001111 10011100 1100000 110001 0 100111 11010011 1011101 100000

Color Harmonies of #064F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F9C

Black with #064F9C

Text Example


Text Example

White with #064F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,79,156); }

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

background-color css

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

 a { background-color: rgb(6,79,156); }

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

border-color css

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

 span { border-color: rgb(6,79,156); }

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