Html Css Color HEX #033FF6 Navy Blue

📋 copy color: '#033FF6'

red 3 ◦ green 63 ◦ blue 246

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

Shades of Navy Blue #033FF6

Tints of Navy Blue #033FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 78.85%

R = 0.96%
G = 20.19%
B = 78.85%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#033FF6 (or 0x033FF6) is known color: Navy Blue. HEX triplet: 03, 3F and F6. RGB value is (3,63,246). Sum of RGB (Red+Green+Blue) = 3+63+246=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 246 (96.48% from 255 or 78.85% from 312); Max value from RGB is 246 - color contains mainly: blue. Hex color #033FF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FF6 is #FCC009. Grayscale: #414141. Windows color (decimal): -16564234 or 16137987. OLE color: 16137987.

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

Color convert

RGB 3 63 246 -
CMYK 0.99 0.74 0 0.04
HSL 225.19º 0.98% 0.49% -
HSV(B) 225.19º 0.99% 0.96% -
XYZ 18.45 10.23 88.19 -
YUV 65.92 229.62 83.12 -
System Red Green Blue C M Y K H S L
Decimal 3 63 246 0.99 0.74 0 0.04 225.19 0.98 0.49
Hex 3 3F F6 63 4A 0 4 E1 62 31
Octal 3 77 366 143 112 0 4 341 142 61
Binary 11 111111 11110110 1100011 1001010 0 100 11100001 1100010 110001

Color Harmonies of #033FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FF6

Black with #033FF6

Text Example


Text Example

White with #033FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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