Html Css Color HEX #064BBA Cobalt

📋 copy color: '#064BBA'

red 6 ◦ green 75 ◦ blue 186

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

Shades of Cobalt #064BBA

Tints of Cobalt #064BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.66%

R = 2.25%
G = 28.09%
B = 69.66%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#064BBA (or 0x064BBA) is known color: Cobalt. HEX triplet: 06, 4B and BA. RGB value is (6,75,186). Sum of RGB (Red+Green+Blue) = 6+75+186=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #064BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064BBA is #F9B445. Grayscale: #424242. Windows color (decimal): -16364614 or 12208902. OLE color: 12208902.

HSL color Cylindrical-coordinate representation of color #064BBA: hue angle of 217º 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 #064BBA is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 75 186 -
CMYK 0.97 0.60 0 0.27
HSL 217º 0.94% 0.38% -
HSV(B) 217º 0.97% 0.73% -
XYZ 11.45 8.62 47.51 -
YUV 67.02 195.14 84.47 -
System Red Green Blue C M Y K H S L
Decimal 6 75 186 0.97 0.60 0 0.27 217 0.94 0.38
Hex 6 4B BA 61 3C 0 1B D9 5E 26
Octal 6 113 272 141 74 0 33 331 136 46
Binary 110 1001011 10111010 1100001 111100 0 11011 11011001 1011110 100110

Color Harmonies of #064BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064BBA

Black with #064BBA

Text Example


Text Example

White with #064BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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