Html Css Color HEX #033FEF Navy Blue

📋 copy color: '#033FEF'

red 3 ◦ green 63 ◦ blue 239

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

Shades of Navy Blue #033FEF

Tints of Navy Blue #033FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.36%

R = 0.98%
G = 20.66%
B = 78.36%

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

#033FEF (or 0x033FEF) is known color: Navy Blue. HEX triplet: 03, 3F and EF. RGB value is (3,63,239). Sum of RGB (Red+Green+Blue) = 3+63+239=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #033FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FEF is #FCC010. Grayscale: #404040. Windows color (decimal): -16564241 or 15679235. OLE color: 15679235.

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

Color convert

RGB 3 63 239 -
CMYK 0.99 0.74 0 0.06
HSL 224.75º 0.98% 0.47% -
HSV(B) 224.75º 0.99% 0.94% -
XYZ 17.4 9.81 82.64 -
YUV 65.12 226.12 83.69 -
System Red Green Blue C M Y K H S L
Decimal 3 63 239 0.99 0.74 0 0.06 224.75 0.98 0.47
Hex 3 3F EF 63 4A 0 6 E1 62 2F
Octal 3 77 357 143 112 0 6 341 142 57
Binary 11 111111 11101111 1100011 1001010 0 110 11100001 1100010 101111

Color Harmonies of #033FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FEF

Black with #033FEF

Text Example


Text Example

White with #033FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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