Html Css Color HEX #0044A6 Cobalt

📋 copy color: '#0044A6'

red 0 ◦ green 68 ◦ blue 166

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

Shades of Cobalt #0044A6

Tints of Cobalt #0044A6

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 166 (65.23% from 255) = 70.94%

R = 0%
G = 29.06%
B = 70.94%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0044A6 (or 0x0044A6) is known color: Cobalt. HEX triplet: 00, 44 and A6. RGB value is (0,68,166). Sum of RGB (Red+Green+Blue) = 0+68+166=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 166 (65.23% from 255 or 70.94% from 234); Max value from RGB is 166 - color contains mainly: blue. Hex color #0044A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0044A6 is #FFBB59. Grayscale: #3A3A3A. Windows color (decimal): -16759642 or 10896384. OLE color: 10896384.

HSL color Cylindrical-coordinate representation of color #0044A6: hue angle of 215.42º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044A6 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 68 166 -
CMYK 1 0.59 0 0.35
HSL 215.42º 1% 0.33% -
HSV(B) 215.42º 1% 0.65% -
XYZ 8.95 6.89 36.93 -
YUV 58.84 188.47 86.03 -
System Red Green Blue C M Y K H S L
Decimal 0 68 166 1 0.59 0 0.35 215.42 1 0.33
Hex 0 44 A6 64 3B 0 23 D7 64 21
Octal 0 104 246 144 73 0 43 327 144 41
Binary 0 1000100 10100110 1100100 111011 0 100011 11010111 1100100 100001

Color Harmonies of #0044A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0044A6

Black with #0044A6

Text Example


Text Example

White with #0044A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0044A6; }

 p { color: rgb(0,68,166); }

 H1.HeaderClassName
 {
   color: #0044A6;
 }
 .AnyTagClassName
 {
   color: #0044A6;
 }
</style>

background-color css

<style>
 a { background-color: #0044A6; }

 a { background-color: rgb(0,68,166); }

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

border-color css

<style>
 span { border-color: #0044A6; }

 span { border-color: rgb(0,68,166); }

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