Html Css Color HEX #004CA3 Cobalt

📋 copy color: '#004CA3'

red 0 ◦ green 76 ◦ blue 163

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

Shades of Cobalt #004CA3

Tints of Cobalt #004CA3

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 31.8%
B = 68.2%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#004CA3 (or 0x004CA3) is known color: Cobalt. HEX triplet: 00, 4C and A3. RGB value is (0,76,163). Sum of RGB (Red+Green+Blue) = 0+76+163=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #004CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CA3 is #FFB35C. Grayscale: #3E3E3E. Windows color (decimal): -16757597 or 10701824. OLE color: 10701824.

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

Color convert

RGB 0 76 163 -
CMYK 1 0.53 0 0.36
HSL 212.02º 1% 0.32% -
HSV(B) 212.02º 1% 0.64% -
XYZ 9.2 7.81 35.67 -
YUV 63.19 184.32 82.93 -
System Red Green Blue C M Y K H S L
Decimal 0 76 163 1 0.53 0 0.36 212.02 1 0.32
Hex 0 4C A3 64 35 0 24 D4 64 20
Octal 0 114 243 144 65 0 44 324 144 40
Binary 0 1001100 10100011 1100100 110101 0 100100 11010100 1100100 100000

Color Harmonies of #004CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CA3

Black with #004CA3

Text Example


Text Example

White with #004CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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