Html Css Color HEX #033DBB Cobalt

📋 copy color: '#033DBB'

red 3 ◦ green 61 ◦ blue 187

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

Shades of Cobalt #033DBB

Tints of Cobalt #033DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.5%

R = 1.2%
G = 24.3%
B = 74.5%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#033DBB (or 0x033DBB) is known color: Cobalt. HEX triplet: 03, 3D and BB. RGB value is (3,61,187). Sum of RGB (Red+Green+Blue) = 3+61+187=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #033DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DBB is #FCC244. Grayscale: #393939. Windows color (decimal): -16564805 or 12270851. OLE color: 12270851.

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

Color convert

RGB 3 61 187 -
CMYK 0.98 0.67 0 0.27
HSL 221.09º 0.97% 0.37% -
HSV(B) 221.09º 0.98% 0.73% -
XYZ 10.68 6.94 47.79 -
YUV 58.02 200.78 88.75 -
System Red Green Blue C M Y K H S L
Decimal 3 61 187 0.98 0.67 0 0.27 221.09 0.97 0.37
Hex 3 3D BB 62 43 0 1B DD 61 25
Octal 3 75 273 142 103 0 33 335 141 45
Binary 11 111101 10111011 1100010 1000011 0 11011 11011101 1100001 100101

Color Harmonies of #033DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DBB

Black with #033DBB

Text Example


Text Example

White with #033DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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