Html Css Color HEX #054CA3 Cobalt

📋 copy color: '#054CA3'

red 5 ◦ green 76 ◦ blue 163

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

Shades of Cobalt #054CA3

Tints of Cobalt #054CA3

RGB

 RED value IS 5 (2.34% from 255) = 2.05%

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

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

R = 2.05%
G = 31.15%
B = 66.8%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#054CA3 (or 0x054CA3) is known color: Cobalt. HEX triplet: 05, 4C and A3. RGB value is (5,76,163). Sum of RGB (Red+Green+Blue) = 5+76+163=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 163 (64.06% from 255 or 66.80% from 244); Max value from RGB is 163 - color contains mainly: blue. Hex color #054CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054CA3 is #FAB35C. Grayscale: #404040. Windows color (decimal): -16429917 or 10701829. OLE color: 10701829.

HSL color Cylindrical-coordinate representation of color #054CA3: hue angle of 213.04º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054CA3 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 76 163 -
CMYK 0.97 0.53 0 0.36
HSL 213.04º 0.94% 0.33% -
HSV(B) 213.04º 0.97% 0.64% -
XYZ 9.26 7.85 35.68 -
YUV 64.69 183.48 85.43 -
System Red Green Blue C M Y K H S L
Decimal 5 76 163 0.97 0.53 0 0.36 213.04 0.94 0.33
Hex 5 4C A3 61 35 0 24 D5 5E 21
Octal 5 114 243 141 65 0 44 325 136 41
Binary 101 1001100 10100011 1100001 110101 0 100100 11010101 1011110 100001

Color Harmonies of #054CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CA3

Black with #054CA3

Text Example


Text Example

White with #054CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054CA3; }

 p { color: rgb(5,76,163); }

 H1.HeaderClassName
 {
   color: #054CA3;
 }
 .AnyTagClassName
 {
   color: #054CA3;
 }
</style>

background-color css

<style>
 a { background-color: #054CA3; }

 a { background-color: rgb(5,76,163); }

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

border-color css

<style>
 span { border-color: #054CA3; }

 span { border-color: rgb(5,76,163); }

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