Html Css Color HEX #033CAB Cobalt

📋 copy color: '#033CAB'

red 3 ◦ green 60 ◦ blue 171

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

Shades of Cobalt #033CAB

Tints of Cobalt #033CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 73.08%

R = 1.28%
G = 25.64%
B = 73.08%

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

#033CAB (or 0x033CAB) is known color: Cobalt. HEX triplet: 03, 3C and AB. RGB value is (3,60,171). Sum of RGB (Red+Green+Blue) = 3+60+171=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #033CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CAB is #FCC354. Grayscale: #373737. Windows color (decimal): -16565077 or 11222019. OLE color: 11222019.

HSL color Cylindrical-coordinate representation of color #033CAB: hue angle of 219.64º 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 #033CAB is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 60 171 -
CMYK 0.98 0.65 0 0.33
HSL 219.64º 0.97% 0.34% -
HSV(B) 219.64º 0.98% 0.67% -
XYZ 9 6.19 39.25 -
YUV 55.61 193.12 90.47 -
System Red Green Blue C M Y K H S L
Decimal 3 60 171 0.98 0.65 0 0.33 219.64 0.97 0.34
Hex 3 3C AB 62 41 0 21 DC 61 22
Octal 3 74 253 142 101 0 41 334 141 42
Binary 11 111100 10101011 1100010 1000001 0 100001 11011100 1100001 100010

Color Harmonies of #033CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CAB

Black with #033CAB

Text Example


Text Example

White with #033CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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