Html Css Color HEX #033CBB Cobalt

📋 copy color: '#033CBB'

red 3 ◦ green 60 ◦ blue 187

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

Shades of Cobalt #033CBB

Tints of Cobalt #033CBB

RGB

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

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

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

R = 1.2%
G = 24%
B = 74.8%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#033CBB (or 0x033CBB) is known color: Cobalt. HEX triplet: 03, 3C and BB. RGB value is (3,60,187). Sum of RGB (Red+Green+Blue) = 3+60+187=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #033CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CBB is #FCC344. Grayscale: #383838. Windows color (decimal): -16565061 or 12270595. OLE color: 12270595.

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

Color convert

RGB 3 60 187 -
CMYK 0.98 0.68 0 0.27
HSL 221.41º 0.97% 0.37% -
HSV(B) 221.41º 0.98% 0.73% -
XYZ 10.62 6.84 47.77 -
YUV 57.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 3 60 187 0.98 0.68 0 0.27 221.41 0.97 0.37
Hex 3 3C BB 62 44 0 1B DD 61 25
Octal 3 74 273 142 104 0 33 335 141 45
Binary 11 111100 10111011 1100010 1000100 0 11011 11011101 1100001 100101

Color Harmonies of #033CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CBB

Black with #033CBB

Text Example


Text Example

White with #033CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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