Html Css Color HEX #044BA3 Cobalt

📋 copy color: '#044BA3'

red 4 ◦ green 75 ◦ blue 163

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

Shades of Cobalt #044BA3

Tints of Cobalt #044BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 67.36%

R = 1.65%
G = 30.99%
B = 67.36%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#044BA3 (or 0x044BA3) is known color: Cobalt. HEX triplet: 04, 4B and A3. RGB value is (4,75,163). Sum of RGB (Red+Green+Blue) = 4+75+163=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 163 (64.06% from 255 or 67.36% from 242); Max value from RGB is 163 - color contains mainly: blue. Hex color #044BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044BA3 is #FBB45C. Grayscale: #3F3F3F. Windows color (decimal): -16495709 or 10701572. OLE color: 10701572.

HSL color Cylindrical-coordinate representation of color #044BA3: hue angle of 213.21º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BA3 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 75 163 -
CMYK 0.98 0.54 0 0.36
HSL 213.21º 0.95% 0.33% -
HSV(B) 213.21º 0.98% 0.64% -
XYZ 9.18 7.7 35.65 -
YUV 63.8 183.98 85.34 -
System Red Green Blue C M Y K H S L
Decimal 4 75 163 0.98 0.54 0 0.36 213.21 0.95 0.33
Hex 4 4B A3 62 36 0 24 D5 5F 21
Octal 4 113 243 142 66 0 44 325 137 41
Binary 100 1001011 10100011 1100010 110110 0 100100 11010101 1011111 100001

Color Harmonies of #044BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BA3

Black with #044BA3

Text Example


Text Example

White with #044BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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