Html Css Color HEX #044BBD Cobalt

📋 copy color: '#044BBD'

red 4 ◦ green 75 ◦ blue 189

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

Shades of Cobalt #044BBD

Tints of Cobalt #044BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 70.52%

R = 1.49%
G = 27.99%
B = 70.52%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#044BBD (or 0x044BBD) is known color: Cobalt. HEX triplet: 04, 4B and BD. RGB value is (4,75,189). Sum of RGB (Red+Green+Blue) = 4+75+189=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #044BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BBD is #FBB442. Grayscale: #424242. Windows color (decimal): -16495683 or 12405508. OLE color: 12405508.

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

Color convert

RGB 4 75 189 -
CMYK 0.98 0.60 0 0.26
HSL 216.97º 0.96% 0.38% -
HSV(B) 216.97º 0.98% 0.74% -
XYZ 11.75 8.73 49.21 -
YUV 66.77 196.98 83.23 -
System Red Green Blue C M Y K H S L
Decimal 4 75 189 0.98 0.60 0 0.26 216.97 0.96 0.38
Hex 4 4B BD 62 3C 0 1A D9 60 26
Octal 4 113 275 142 74 0 32 331 140 46
Binary 100 1001011 10111101 1100010 111100 0 11010 11011001 1100000 100110

Color Harmonies of #044BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BBD

Black with #044BBD

Text Example


Text Example

White with #044BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,75,189); }

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

background-color css

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

 a { background-color: rgb(4,75,189); }

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

border-color css

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

 span { border-color: rgb(4,75,189); }

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