Html Css Color HEX #044BC3 Cobalt

📋 copy color: '#044BC3'

red 4 ◦ green 75 ◦ blue 195

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

Shades of Cobalt #044BC3

Tints of Cobalt #044BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 71.17%

R = 1.46%
G = 27.37%
B = 71.17%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#044BC3 (or 0x044BC3) is known color: Cobalt. HEX triplet: 04, 4B and C3. RGB value is (4,75,195). Sum of RGB (Red+Green+Blue) = 4+75+195=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #044BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BC3 is #FBB43C. Grayscale: #424242. Windows color (decimal): -16495677 or 12798724. OLE color: 12798724.

HSL color Cylindrical-coordinate representation of color #044BC3: hue angle of 217.7º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BC3 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 75 195 -
CMYK 0.98 0.62 0 0.24
HSL 217.7º 0.96% 0.39% -
HSV(B) 217.7º 0.98% 0.76% -
XYZ 12.42 9 52.71 -
YUV 67.45 199.98 82.74 -
System Red Green Blue C M Y K H S L
Decimal 4 75 195 0.98 0.62 0 0.24 217.7 0.96 0.39
Hex 4 4B C3 62 3E 0 18 DA 60 27
Octal 4 113 303 142 76 0 30 332 140 47
Binary 100 1001011 11000011 1100010 111110 0 11000 11011010 1100000 100111

Color Harmonies of #044BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BC3

Black with #044BC3

Text Example


Text Example

White with #044BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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