Html Css Color HEX #033FFA Navy Blue

📋 copy color: '#033FFA'

red 3 ◦ green 63 ◦ blue 250

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

Shades of Navy Blue #033FFA

Tints of Navy Blue #033FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 79.11%

R = 0.95%
G = 19.94%
B = 79.11%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#033FFA (or 0x033FFA) is known color: Navy Blue. HEX triplet: 03, 3F and FA. RGB value is (3,63,250). Sum of RGB (Red+Green+Blue) = 3+63+250=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #033FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FFA is #FCC005. Grayscale: #414141. Windows color (decimal): -16564230 or 16400131. OLE color: 16400131.

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

Color convert

RGB 3 63 250 -
CMYK 0.99 0.75 0 0.02
HSL 225.43º 0.98% 0.5% -
HSV(B) 225.43º 0.99% 0.98% -
XYZ 19.07 10.48 91.46 -
YUV 66.38 231.62 82.79 -
System Red Green Blue C M Y K H S L
Decimal 3 63 250 0.99 0.75 0 0.02 225.43 0.98 0.5
Hex 3 3F FA 63 4B 0 2 E1 62 32
Octal 3 77 372 143 113 0 2 341 142 62
Binary 11 111111 11111010 1100011 1001011 0 10 11100001 1100010 110010

Color Harmonies of #033FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FFA

Black with #033FFA

Text Example


Text Example

White with #033FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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