Html Css Color HEX #033AC0 Cobalt

📋 copy color: '#033AC0'

red 3 ◦ green 58 ◦ blue 192

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

Shades of Cobalt #033AC0

Tints of Cobalt #033AC0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 192 (75.39% from 255) = 75.89%

R = 1.19%
G = 22.92%
B = 75.89%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#033AC0 (or 0x033AC0) is known color: Cobalt. HEX triplet: 03, 3A and C0. RGB value is (3,58,192). Sum of RGB (Red+Green+Blue) = 3+58+192=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #033AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033AC0 is #FCC53F. Grayscale: #383838. Windows color (decimal): -16565568 or 12597763. OLE color: 12597763.

HSL color Cylindrical-coordinate representation of color #033AC0: hue angle of 222.54º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033AC0 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 58 192 -
CMYK 0.98 0.70 0 0.25
HSL 222.54º 0.97% 0.38% -
HSV(B) 222.54º 0.98% 0.75% -
XYZ 11.07 6.85 50.61 -
YUV 56.83 204.28 89.6 -
System Red Green Blue C M Y K H S L
Decimal 3 58 192 0.98 0.70 0 0.25 222.54 0.97 0.38
Hex 3 3A C0 62 46 0 19 DF 61 26
Octal 3 72 300 142 106 0 31 337 141 46
Binary 11 111010 11000000 1100010 1000110 0 11001 11011111 1100001 100110

Color Harmonies of #033AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033AC0

Black with #033AC0

Text Example


Text Example

White with #033AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,58,192); }

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

background-color css

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

 a { background-color: rgb(3,58,192); }

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

border-color css

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

 span { border-color: rgb(3,58,192); }

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