Html Css Color HEX #033FEE Navy Blue

📋 copy color: '#033FEE'

red 3 ◦ green 63 ◦ blue 238

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

Shades of Navy Blue #033FEE

Tints of Navy Blue #033FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 78.29%

R = 0.99%
G = 20.72%
B = 78.29%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#033FEE (or 0x033FEE) is known color: Navy Blue. HEX triplet: 03, 3F and EE. RGB value is (3,63,238). Sum of RGB (Red+Green+Blue) = 3+63+238=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #033FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FEE is #FCC011. Grayscale: #404040. Windows color (decimal): -16564242 or 15613699. OLE color: 15613699.

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

Color convert

RGB 3 63 238 -
CMYK 0.99 0.74 0 0.07
HSL 224.68º 0.98% 0.47% -
HSV(B) 224.68º 0.99% 0.93% -
XYZ 17.25 9.75 81.86 -
YUV 65.01 225.62 83.77 -
System Red Green Blue C M Y K H S L
Decimal 3 63 238 0.99 0.74 0 0.07 224.68 0.98 0.47
Hex 3 3F EE 63 4A 0 7 E1 62 2F
Octal 3 77 356 143 112 0 7 341 142 57
Binary 11 111111 11101110 1100011 1001010 0 111 11100001 1100010 101111

Color Harmonies of #033FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FEE

Black with #033FEE

Text Example


Text Example

White with #033FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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