Html Css Color HEX #033EEF Navy Blue

📋 copy color: '#033EEF'

red 3 ◦ green 62 ◦ blue 239

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

Shades of Navy Blue #033EEF

Tints of Navy Blue #033EEF

RGB

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

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

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

R = 0.99%
G = 20.39%
B = 78.62%

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

#033EEF (or 0x033EEF) is known color: Navy Blue. HEX triplet: 03, 3E and EF. RGB value is (3,62,239). Sum of RGB (Red+Green+Blue) = 3+62+239=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #033EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EEF is #FCC110. Grayscale: #3F3F3F. Windows color (decimal): -16564497 or 15678979. OLE color: 15678979.

HSL color Cylindrical-coordinate representation of color #033EEF: hue angle of 225º 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 #033EEF is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 62 239 -
CMYK 0.99 0.74 0 0.06
HSL 225º 0.98% 0.47% -
HSV(B) 225º 0.99% 0.94% -
XYZ 17.34 9.7 82.62 -
YUV 64.54 226.45 84.11 -
System Red Green Blue C M Y K H S L
Decimal 3 62 239 0.99 0.74 0 0.06 225 0.98 0.47
Hex 3 3E EF 63 4A 0 6 E1 62 2F
Octal 3 76 357 143 112 0 6 341 142 57
Binary 11 111110 11101111 1100011 1001010 0 110 11100001 1100010 101111

Color Harmonies of #033EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033EEF

Black with #033EEF

Text Example


Text Example

White with #033EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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