Html Css Color HEX #033FF8 Navy Blue

📋 copy color: '#033FF8'

red 3 ◦ green 63 ◦ blue 248

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

Shades of Navy Blue #033FF8

Tints of Navy Blue #033FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 78.98%

R = 0.96%
G = 20.06%
B = 78.98%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#033FF8 (or 0x033FF8) is known color: Navy Blue. HEX triplet: 03, 3F and F8. RGB value is (3,63,248). Sum of RGB (Red+Green+Blue) = 3+63+248=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 248 (97.27% from 255 or 78.98% from 314); Max value from RGB is 248 - color contains mainly: blue. Hex color #033FF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FF8 is #FCC007. Grayscale: #414141. Windows color (decimal): -16564232 or 16269059. OLE color: 16269059.

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

Color convert

RGB 3 63 248 -
CMYK 0.99 0.75 0 0.03
HSL 225.31º 0.98% 0.49% -
HSV(B) 225.31º 0.99% 0.97% -
XYZ 18.76 10.35 89.82 -
YUV 66.15 230.62 82.96 -
System Red Green Blue C M Y K H S L
Decimal 3 63 248 0.99 0.75 0 0.03 225.31 0.98 0.49
Hex 3 3F F8 63 4B 0 3 E1 62 31
Octal 3 77 370 143 113 0 3 341 142 61
Binary 11 111111 11111000 1100011 1001011 0 11 11100001 1100010 110001

Color Harmonies of #033FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FF8

Black with #033FF8

Text Example


Text Example

White with #033FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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