Html Css Color HEX #033DF6 Navy Blue

📋 copy color: '#033DF6'

red 3 ◦ green 61 ◦ blue 246

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

Shades of Navy Blue #033DF6

Tints of Navy Blue #033DF6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.68%

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

R = 0.97%
G = 19.68%
B = 79.35%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#033DF6 (or 0x033DF6) is known color: Navy Blue. HEX triplet: 03, 3D and F6. RGB value is (3,61,246). Sum of RGB (Red+Green+Blue) = 3+61+246=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 246 (96.48% from 255 or 79.35% from 310); Max value from RGB is 246 - color contains mainly: blue. Hex color #033DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DF6 is #FCC209. Grayscale: #3F3F3F. Windows color (decimal): -16564746 or 16137475. OLE color: 16137475.

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

Color convert

RGB 3 61 246 -
CMYK 0.99 0.75 0 0.04
HSL 225.68º 0.98% 0.49% -
HSV(B) 225.68º 0.99% 0.96% -
XYZ 18.34 10.01 88.15 -
YUV 64.75 230.28 83.96 -
System Red Green Blue C M Y K H S L
Decimal 3 61 246 0.99 0.75 0 0.04 225.68 0.98 0.49
Hex 3 3D F6 63 4B 0 4 E2 62 31
Octal 3 75 366 143 113 0 4 342 142 61
Binary 11 111101 11110110 1100011 1001011 0 100 11100010 1100010 110001

Color Harmonies of #033DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DF6

Black with #033DF6

Text Example


Text Example

White with #033DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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