Html Css Color HEX #033DBF Cobalt

📋 copy color: '#033DBF'

red 3 ◦ green 61 ◦ blue 191

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

Shades of Cobalt #033DBF

Tints of Cobalt #033DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 191 (75% from 255) = 74.9%

R = 1.18%
G = 23.92%
B = 74.9%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#033DBF (or 0x033DBF) is known color: Cobalt. HEX triplet: 03, 3D and BF. RGB value is (3,61,191). Sum of RGB (Red+Green+Blue) = 3+61+191=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #033DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DBF is #FCC240. Grayscale: #393939. Windows color (decimal): -16564801 or 12532995. OLE color: 12532995.

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

Color convert

RGB 3 61 191 -
CMYK 0.98 0.68 0 0.25
HSL 221.49º 0.97% 0.38% -
HSV(B) 221.49º 0.98% 0.75% -
XYZ 11.11 7.12 50.08 -
YUV 58.48 202.78 88.43 -
System Red Green Blue C M Y K H S L
Decimal 3 61 191 0.98 0.68 0 0.25 221.49 0.97 0.38
Hex 3 3D BF 62 44 0 19 DD 61 26
Octal 3 75 277 142 104 0 31 335 141 46
Binary 11 111101 10111111 1100010 1000100 0 11001 11011101 1100001 100110

Color Harmonies of #033DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DBF

Black with #033DBF

Text Example


Text Example

White with #033DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,61,191); }

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

background-color css

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

 a { background-color: rgb(3,61,191); }

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

border-color css

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

 span { border-color: rgb(3,61,191); }

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