Html Css Color HEX #064BBD Cobalt

📋 copy color: '#064BBD'

red 6 ◦ green 75 ◦ blue 189

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

Shades of Cobalt #064BBD

Tints of Cobalt #064BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 70%

R = 2.22%
G = 27.78%
B = 70%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#064BBD (or 0x064BBD) is known color: Cobalt. HEX triplet: 06, 4B and BD. RGB value is (6,75,189). Sum of RGB (Red+Green+Blue) = 6+75+189=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #064BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064BBD is #F9B442. Grayscale: #424242. Windows color (decimal): -16364611 or 12405510. OLE color: 12405510.

HSL color Cylindrical-coordinate representation of color #064BBD: hue angle of 217.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064BBD is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 75 189 -
CMYK 0.97 0.60 0 0.26
HSL 217.38º 0.94% 0.38% -
HSV(B) 217.38º 0.97% 0.74% -
XYZ 11.78 8.74 49.21 -
YUV 67.37 196.64 84.23 -
System Red Green Blue C M Y K H S L
Decimal 6 75 189 0.97 0.60 0 0.26 217.38 0.94 0.38
Hex 6 4B BD 61 3C 0 1A D9 5E 26
Octal 6 113 275 141 74 0 32 331 136 46
Binary 110 1001011 10111101 1100001 111100 0 11010 11011001 1011110 100110

Color Harmonies of #064BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064BBD

Black with #064BBD

Text Example


Text Example

White with #064BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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