Html Css Color HEX #033FBC Cobalt

📋 copy color: '#033FBC'

red 3 ◦ green 63 ◦ blue 188

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

Shades of Cobalt #033FBC

Tints of Cobalt #033FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

 BLUE value IS 188 (73.83% from 255) = 74.02%

R = 1.18%
G = 24.8%
B = 74.02%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#033FBC (or 0x033FBC) is known color: Cobalt. HEX triplet: 03, 3F and BC. RGB value is (3,63,188). Sum of RGB (Red+Green+Blue) = 3+63+188=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #033FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FBC is #FCC043. Grayscale: #3A3A3A. Windows color (decimal): -16564292 or 12336899. OLE color: 12336899.

HSL color Cylindrical-coordinate representation of color #033FBC: hue angle of 220.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033FBC is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 63 188 -
CMYK 0.98 0.66 0 0.26
HSL 220.54º 0.97% 0.37% -
HSV(B) 220.54º 0.98% 0.74% -
XYZ 10.89 7.21 48.39 -
YUV 59.31 200.62 87.84 -
System Red Green Blue C M Y K H S L
Decimal 3 63 188 0.98 0.66 0 0.26 220.54 0.97 0.37
Hex 3 3F BC 62 42 0 1A DD 61 25
Octal 3 77 274 142 102 0 32 335 141 45
Binary 11 111111 10111100 1100010 1000010 0 11010 11011101 1100001 100101

Color Harmonies of #033FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FBC

Black with #033FBC

Text Example


Text Example

White with #033FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,63,188); }

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

background-color css

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

 a { background-color: rgb(3,63,188); }

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

border-color css

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

 span { border-color: rgb(3,63,188); }

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