Html Css Color HEX #0354FF Navy Blue

📋 copy color: '#0354FF'

red 3 ◦ green 84 ◦ blue 255

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

Shades of Navy Blue #0354FF

Tints of Navy Blue #0354FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

 BLUE value IS 255 (100% from 255) = 74.56%

R = 0.88%
G = 24.56%
B = 74.56%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0354FF (or 0x0354FF) is known color: Navy Blue. HEX triplet: 03, 54 and FF. RGB value is (3,84,255). Sum of RGB (Red+Green+Blue) = 3+84+255=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #0354FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0354FF is #FCAB00. Grayscale: #4E4E4E. Windows color (decimal): -16558849 or 16733187. OLE color: 16733187.

HSL color Cylindrical-coordinate representation of color #0354FF: hue angle of 220.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0354FF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 84 255 -
CMYK 0.99 0.67 0 0
HSL 220.71º 1% 0.51% -
HSV(B) 220.71º 0.99% 1% -
XYZ 21.26 13.58 96.11 -
YUV 79.28 227.16 73.6 -
System Red Green Blue C M Y K H S L
Decimal 3 84 255 0.99 0.67 0 0 220.71 1 0.51
Hex 3 54 FF 63 43 0 0 DD 64 33
Octal 3 124 377 143 103 0 0 335 144 63
Binary 11 1010100 11111111 1100011 1000011 0 0 11011101 1100100 110011

Color Harmonies of #0354FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0354FF

Black with #0354FF

Text Example


Text Example

White with #0354FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0354FF; }

 p { color: rgb(3,84,255); }

 H1.HeaderClassName
 {
   color: #0354FF;
 }
 .AnyTagClassName
 {
   color: #0354FF;
 }
</style>

background-color css

<style>
 a { background-color: #0354FF; }

 a { background-color: rgb(3,84,255); }

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

border-color css

<style>
 span { border-color: #0354FF; }

 span { border-color: rgb(3,84,255); }

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