Html Css Color HEX #0044AB Cobalt

📋 copy color: '#0044AB'

red 0 ◦ green 68 ◦ blue 171

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

Shades of Cobalt #0044AB

Tints of Cobalt #0044AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.55%

R = 0%
G = 28.45%
B = 71.55%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0044AB (or 0x0044AB) is known color: Cobalt. HEX triplet: 00, 44 and AB. RGB value is (0,68,171). Sum of RGB (Red+Green+Blue) = 0+68+171=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #0044AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0044AB is #FFBB54. Grayscale: #3A3A3A. Windows color (decimal): -16759637 or 11224064. OLE color: 11224064.

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

Color convert

RGB 0 68 171 -
CMYK 1 0.60 0 0.33
HSL 216.14º 1% 0.34% -
HSV(B) 216.14º 1% 0.67% -
XYZ 9.42 7.07 39.4 -
YUV 59.41 190.97 85.62 -
System Red Green Blue C M Y K H S L
Decimal 0 68 171 1 0.60 0 0.33 216.14 1 0.34
Hex 0 44 AB 64 3C 0 21 D8 64 22
Octal 0 104 253 144 74 0 41 330 144 42
Binary 0 1000100 10101011 1100100 111100 0 100001 11011000 1100100 100010

Color Harmonies of #0044AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0044AB

Black with #0044AB

Text Example


Text Example

White with #0044AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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