Html Css Color HEX #033EF0 Navy Blue

📋 copy color: '#033EF0'

red 3 ◦ green 62 ◦ blue 240

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

Shades of Navy Blue #033EF0

Tints of Navy Blue #033EF0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.33%

 BLUE value IS 240 (94.14% from 255) = 78.69%

R = 0.98%
G = 20.33%
B = 78.69%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#033EF0 (or 0x033EF0) is known color: Navy Blue. HEX triplet: 03, 3E and F0. RGB value is (3,62,240). Sum of RGB (Red+Green+Blue) = 3+62+240=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 240 (94.14% from 255 or 78.69% from 305); Max value from RGB is 240 - color contains mainly: blue. Hex color #033EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EF0 is #FCC10F. Grayscale: #3F3F3F. Windows color (decimal): -16564496 or 15744515. OLE color: 15744515.

HSL color Cylindrical-coordinate representation of color #033EF0: hue angle of 225.06º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033EF0 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 62 240 -
CMYK 0.99 0.74 0 0.06
HSL 225.06º 0.98% 0.48% -
HSV(B) 225.06º 0.99% 0.94% -
XYZ 17.49 9.76 83.4 -
YUV 64.65 226.95 84.03 -
System Red Green Blue C M Y K H S L
Decimal 3 62 240 0.99 0.74 0 0.06 225.06 0.98 0.48
Hex 3 3E F0 63 4A 0 6 E1 62 30
Octal 3 76 360 143 112 0 6 341 142 60
Binary 11 111110 11110000 1100011 1001010 0 110 11100001 1100010 110000

Color Harmonies of #033EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033EF0

Black with #033EF0

Text Example


Text Example

White with #033EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,62,240); }

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

background-color css

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

 a { background-color: rgb(3,62,240); }

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

border-color css

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

 span { border-color: rgb(3,62,240); }

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