Html Css Color HEX #033CAC Cobalt

📋 copy color: '#033CAC'

red 3 ◦ green 60 ◦ blue 172

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

Shades of Cobalt #033CAC

Tints of Cobalt #033CAC

RGB

 RED value IS 3 (1.56% from 255) = 1.28%

 GREEN value IS 60 (23.83% from 255) = 25.53%

 BLUE value IS 172 (67.58% from 255) = 73.19%

R = 1.28%
G = 25.53%
B = 73.19%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#033CAC (or 0x033CAC) is known color: Cobalt. HEX triplet: 03, 3C and AC. RGB value is (3,60,172). Sum of RGB (Red+Green+Blue) = 3+60+172=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #033CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CAC is #FCC353. Grayscale: #373737. Windows color (decimal): -16565076 or 11287555. OLE color: 11287555.

HSL color Cylindrical-coordinate representation of color #033CAC: hue angle of 219.76º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CAC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 60 172 -
CMYK 0.98 0.65 0 0.33
HSL 219.76º 0.97% 0.34% -
HSV(B) 219.76º 0.98% 0.67% -
XYZ 9.1 6.23 39.75 -
YUV 55.73 193.62 90.39 -
System Red Green Blue C M Y K H S L
Decimal 3 60 172 0.98 0.65 0 0.33 219.76 0.97 0.34
Hex 3 3C AC 62 41 0 21 DC 61 22
Octal 3 74 254 142 101 0 41 334 141 42
Binary 11 111100 10101100 1100010 1000001 0 100001 11011100 1100001 100010

Color Harmonies of #033CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CAC

Black with #033CAC

Text Example


Text Example

White with #033CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033CAC; }

 p { color: rgb(3,60,172); }

 H1.HeaderClassName
 {
   color: #033CAC;
 }
 .AnyTagClassName
 {
   color: #033CAC;
 }
</style>

background-color css

<style>
 a { background-color: #033CAC; }

 a { background-color: rgb(3,60,172); }

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

border-color css

<style>
 span { border-color: #033CAC; }

 span { border-color: rgb(3,60,172); }

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