Html Css Color HEX #044ABB Cobalt

📋 copy color: '#044ABB'

red 4 ◦ green 74 ◦ blue 187

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

Shades of Cobalt #044ABB

Tints of Cobalt #044ABB

RGB

 RED value IS 4 (1.95% from 255) = 1.51%

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

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

R = 1.51%
G = 27.92%
B = 70.57%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#044ABB (or 0x044ABB) is known color: Cobalt. HEX triplet: 04, 4A and BB. RGB value is (4,74,187). Sum of RGB (Red+Green+Blue) = 4+74+187=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #044ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ABB is #FBB544. Grayscale: #414141. Windows color (decimal): -16495941 or 12274180. OLE color: 12274180.

HSL color Cylindrical-coordinate representation of color #044ABB: hue angle of 217.05º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ABB is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 74 187 -
CMYK 0.98 0.60 0 0.27
HSL 217.05º 0.96% 0.37% -
HSV(B) 217.05º 0.98% 0.73% -
XYZ 11.47 8.51 48.05 -
YUV 65.95 196.31 83.81 -
System Red Green Blue C M Y K H S L
Decimal 4 74 187 0.98 0.60 0 0.27 217.05 0.96 0.37
Hex 4 4A BB 62 3C 0 1B D9 60 25
Octal 4 112 273 142 74 0 33 331 140 45
Binary 100 1001010 10111011 1100010 111100 0 11011 11011001 1100000 100101

Color Harmonies of #044ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ABB

Black with #044ABB

Text Example


Text Example

White with #044ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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