Html Css Color HEX #044CBC Cobalt

📋 copy color: '#044CBC'

red 4 ◦ green 76 ◦ blue 188

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

Shades of Cobalt #044CBC

Tints of Cobalt #044CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.15%

R = 1.49%
G = 28.36%
B = 70.15%

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

#044CBC (or 0x044CBC) is known color: Cobalt. HEX triplet: 04, 4C and BC. RGB value is (4,76,188). Sum of RGB (Red+Green+Blue) = 4+76+188=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #044CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CBC is #FBB343. Grayscale: #424242. Windows color (decimal): -16495428 or 12340228. OLE color: 12340228.

HSL color Cylindrical-coordinate representation of color #044CBC: hue angle of 216.52º 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 #044CBC is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 76 188 -
CMYK 0.98 0.60 0 0.26
HSL 216.52º 0.96% 0.38% -
HSV(B) 216.52º 0.98% 0.74% -
XYZ 11.71 8.83 48.66 -
YUV 67.24 196.15 82.89 -
System Red Green Blue C M Y K H S L
Decimal 4 76 188 0.98 0.60 0 0.26 216.52 0.96 0.38
Hex 4 4C BC 62 3C 0 1A D9 60 26
Octal 4 114 274 142 74 0 32 331 140 46
Binary 100 1001100 10111100 1100010 111100 0 11010 11011001 1100000 100110

Color Harmonies of #044CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CBC

Black with #044CBC

Text Example


Text Example

White with #044CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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