Html Css Color HEX #064DBB Cobalt

📋 copy color: '#064DBB'

red 6 ◦ green 77 ◦ blue 187

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

Shades of Cobalt #064DBB

Tints of Cobalt #064DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 187 (73.44% from 255) = 69.26%

R = 2.22%
G = 28.52%
B = 69.26%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#064DBB (or 0x064DBB) is known color: Cobalt. HEX triplet: 06, 4D and BB. RGB value is (6,77,187). Sum of RGB (Red+Green+Blue) = 6+77+187=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #064DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DBB is #F9B244. Grayscale: #434343. Windows color (decimal): -16364101 or 12274950. OLE color: 12274950.

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

Color convert

RGB 6 77 187 -
CMYK 0.97 0.59 0 0.27
HSL 216.46º 0.94% 0.38% -
HSV(B) 216.46º 0.97% 0.73% -
XYZ 11.7 8.93 48.12 -
YUV 68.31 194.98 83.56 -
System Red Green Blue C M Y K H S L
Decimal 6 77 187 0.97 0.59 0 0.27 216.46 0.94 0.38
Hex 6 4D BB 61 3B 0 1B D8 5E 26
Octal 6 115 273 141 73 0 33 330 136 46
Binary 110 1001101 10111011 1100001 111011 0 11011 11011000 1011110 100110

Color Harmonies of #064DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DBB

Black with #064DBB

Text Example


Text Example

White with #064DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,77,187); }

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

background-color css

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

 a { background-color: rgb(6,77,187); }

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

border-color css

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

 span { border-color: rgb(6,77,187); }

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