Html Css Color HEX #044CBE Cobalt

📋 copy color: '#044CBE'

red 4 ◦ green 76 ◦ blue 190

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

Shades of Cobalt #044CBE

Tints of Cobalt #044CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 1.48%
G = 28.15%
B = 70.37%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#044CBE (or 0x044CBE) is known color: Cobalt. HEX triplet: 04, 4C and BE. RGB value is (4,76,190). Sum of RGB (Red+Green+Blue) = 4+76+190=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #044CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CBE is #FBB341. Grayscale: #424242. Windows color (decimal): -16495426 or 12471300. OLE color: 12471300.

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

Color convert

RGB 4 76 190 -
CMYK 0.98 0.60 0 0.25
HSL 216.77º 0.96% 0.38% -
HSV(B) 216.77º 0.98% 0.75% -
XYZ 11.93 8.91 49.81 -
YUV 67.47 197.15 82.73 -
System Red Green Blue C M Y K H S L
Decimal 4 76 190 0.98 0.60 0 0.25 216.77 0.96 0.38
Hex 4 4C BE 62 3C 0 19 D9 60 26
Octal 4 114 276 142 74 0 31 331 140 46
Binary 100 1001100 10111110 1100010 111100 0 11001 11011001 1100000 100110

Color Harmonies of #044CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CBE

Black with #044CBE

Text Example


Text Example

White with #044CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,76,190); }

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

background-color css

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

 a { background-color: rgb(4,76,190); }

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

border-color css

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

 span { border-color: rgb(4,76,190); }

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