Html Css Color HEX #033DF0 Navy Blue

📋 copy color: '#033DF0'

red 3 ◦ green 61 ◦ blue 240

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

Shades of Navy Blue #033DF0

Tints of Navy Blue #033DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 78.95%

R = 0.99%
G = 20.07%
B = 78.95%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#033DF0 (or 0x033DF0) is known color: Navy Blue. HEX triplet: 03, 3D and F0. RGB value is (3,61,240). Sum of RGB (Red+Green+Blue) = 3+61+240=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 240 (94.14% from 255 or 78.95% from 304); Max value from RGB is 240 - color contains mainly: blue. Hex color #033DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DF0 is #FCC20F. Grayscale: #3F3F3F. Windows color (decimal): -16564752 or 15744259. OLE color: 15744259.

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

Color convert

RGB 3 61 240 -
CMYK 0.99 0.75 0 0.06
HSL 225.32º 0.98% 0.48% -
HSV(B) 225.32º 0.99% 0.94% -
XYZ 17.43 9.65 83.38 -
YUV 64.06 227.28 84.45 -
System Red Green Blue C M Y K H S L
Decimal 3 61 240 0.99 0.75 0 0.06 225.32 0.98 0.48
Hex 3 3D F0 63 4B 0 6 E1 62 30
Octal 3 75 360 143 113 0 6 341 142 60
Binary 11 111101 11110000 1100011 1001011 0 110 11100001 1100010 110000

Color Harmonies of #033DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DF0

Black with #033DF0

Text Example


Text Example

White with #033DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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