Html Css Color HEX #064ABB Cobalt

📋 copy color: '#064ABB'

red 6 ◦ green 74 ◦ blue 187

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

Shades of Cobalt #064ABB

Tints of Cobalt #064ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 2.25%
G = 27.72%
B = 70.04%

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

#064ABB (or 0x064ABB) is known color: Cobalt. HEX triplet: 06, 4A and BB. RGB value is (6,74,187). Sum of RGB (Red+Green+Blue) = 6+74+187=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #064ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064ABB is #F9B544. Grayscale: #424242. Windows color (decimal): -16364869 or 12274182. OLE color: 12274182.

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

Color convert

RGB 6 74 187 -
CMYK 0.97 0.60 0 0.27
HSL 217.46º 0.94% 0.38% -
HSV(B) 217.46º 0.97% 0.73% -
XYZ 11.49 8.52 48.05 -
YUV 66.55 195.97 84.81 -
System Red Green Blue C M Y K H S L
Decimal 6 74 187 0.97 0.60 0 0.27 217.46 0.94 0.38
Hex 6 4A BB 61 3C 0 1B D9 5E 26
Octal 6 112 273 141 74 0 33 331 136 46
Binary 110 1001010 10111011 1100001 111100 0 11011 11011001 1011110 100110

Color Harmonies of #064ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064ABB

Black with #064ABB

Text Example


Text Example

White with #064ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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