Html Css Color HEX #033FEB Navy Blue

📋 copy color: '#033FEB'

red 3 ◦ green 63 ◦ blue 235

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

Shades of Navy Blue #033FEB

Tints of Navy Blue #033FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 235 (92.19% from 255) = 78.07%

R = 1%
G = 20.93%
B = 78.07%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#033FEB (or 0x033FEB) is known color: Navy Blue. HEX triplet: 03, 3F and EB. RGB value is (3,63,235). Sum of RGB (Red+Green+Blue) = 3+63+235=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #033FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FEB is #FCC014. Grayscale: #3F3F3F. Windows color (decimal): -16564245 or 15417091. OLE color: 15417091.

HSL color Cylindrical-coordinate representation of color #033FEB: hue angle of 224.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033FEB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 63 235 -
CMYK 0.99 0.73 0 0.08
HSL 224.48º 0.97% 0.47% -
HSV(B) 224.48º 0.99% 0.92% -
XYZ 16.81 9.57 79.56 -
YUV 64.67 224.12 84.01 -
System Red Green Blue C M Y K H S L
Decimal 3 63 235 0.99 0.73 0 0.08 224.48 0.97 0.47
Hex 3 3F EB 63 49 0 8 E0 61 2F
Octal 3 77 353 143 111 0 10 340 141 57
Binary 11 111111 11101011 1100011 1001001 0 1000 11100000 1100001 101111

Color Harmonies of #033FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FEB

Black with #033FEB

Text Example


Text Example

White with #033FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,63,235); }

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

background-color css

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

 a { background-color: rgb(3,63,235); }

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

border-color css

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

 span { border-color: rgb(3,63,235); }

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