Html Css Color HEX #033DF2 Navy Blue

📋 copy color: '#033DF2'

red 3 ◦ green 61 ◦ blue 242

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

Shades of Navy Blue #033DF2

Tints of Navy Blue #033DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 79.08%

R = 0.98%
G = 19.93%
B = 79.08%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#033DF2 (or 0x033DF2) is known color: Navy Blue. HEX triplet: 03, 3D and F2. RGB value is (3,61,242). Sum of RGB (Red+Green+Blue) = 3+61+242=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 242 (94.92% from 255 or 79.08% from 306); Max value from RGB is 242 - color contains mainly: blue. Hex color #033DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DF2 is #FCC20D. Grayscale: #3F3F3F. Windows color (decimal): -16564750 or 15875331. OLE color: 15875331.

HSL color Cylindrical-coordinate representation of color #033DF2: hue angle of 225.44º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DF2 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 61 242 -
CMYK 0.99 0.75 0 0.05
HSL 225.44º 0.98% 0.48% -
HSV(B) 225.44º 0.99% 0.95% -
XYZ 17.73 9.77 84.96 -
YUV 64.29 228.28 84.28 -
System Red Green Blue C M Y K H S L
Decimal 3 61 242 0.99 0.75 0 0.05 225.44 0.98 0.48
Hex 3 3D F2 63 4B 0 5 E1 62 30
Octal 3 75 362 143 113 0 5 341 142 60
Binary 11 111101 11110010 1100011 1001011 0 101 11100001 1100010 110000

Color Harmonies of #033DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DF2

Black with #033DF2

Text Example


Text Example

White with #033DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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