Html Css Color HEX #033BBE Cobalt

📋 copy color: '#033BBE'

red 3 ◦ green 59 ◦ blue 190

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

Shades of Cobalt #033BBE

Tints of Cobalt #033BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.41%

 BLUE value IS 190 (74.61% from 255) = 75.4%

R = 1.19%
G = 23.41%
B = 75.4%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#033BBE (or 0x033BBE) is known color: Cobalt. HEX triplet: 03, 3B and BE. RGB value is (3,59,190). Sum of RGB (Red+Green+Blue) = 3+59+190=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #033BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BBE is #FCC441. Grayscale: #383838. Windows color (decimal): -16565314 or 12466947. OLE color: 12466947.

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

Color convert

RGB 3 59 190 -
CMYK 0.98 0.69 0 0.25
HSL 222.03º 0.97% 0.38% -
HSV(B) 222.03º 0.98% 0.75% -
XYZ 10.9 6.86 49.47 -
YUV 57.19 202.95 89.35 -
System Red Green Blue C M Y K H S L
Decimal 3 59 190 0.98 0.69 0 0.25 222.03 0.97 0.38
Hex 3 3B BE 62 45 0 19 DE 61 26
Octal 3 73 276 142 105 0 31 336 141 46
Binary 11 111011 10111110 1100010 1000101 0 11001 11011110 1100001 100110

Color Harmonies of #033BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BBE

Black with #033BBE

Text Example


Text Example

White with #033BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,59,190); }

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

background-color css

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

 a { background-color: rgb(3,59,190); }

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

border-color css

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

 span { border-color: rgb(3,59,190); }

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