Html Css Color HEX #0354FB Navy Blue

📋 copy color: '#0354FB'

red 3 ◦ green 84 ◦ blue 251

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

Shades of Navy Blue #0354FB

Tints of Navy Blue #0354FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 74.26%

R = 0.89%
G = 24.85%
B = 74.26%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0354FB (or 0x0354FB) is known color: Navy Blue. HEX triplet: 03, 54 and FB. RGB value is (3,84,251). Sum of RGB (Red+Green+Blue) = 3+84+251=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #0354FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0354FB is #FCAB04. Grayscale: #4E4E4E. Windows color (decimal): -16558853 or 16471043. OLE color: 16471043.

HSL color Cylindrical-coordinate representation of color #0354FB: hue angle of 220.4º 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 #0354FB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 84 251 -
CMYK 0.99 0.67 0 0.02
HSL 220.4º 0.98% 0.5% -
HSV(B) 220.4º 0.99% 0.98% -
XYZ 20.62 13.33 92.75 -
YUV 78.82 225.16 73.92 -
System Red Green Blue C M Y K H S L
Decimal 3 84 251 0.99 0.67 0 0.02 220.4 0.98 0.5
Hex 3 54 FB 63 43 0 2 DC 62 32
Octal 3 124 373 143 103 0 2 334 142 62
Binary 11 1010100 11111011 1100011 1000011 0 10 11011100 1100010 110010

Color Harmonies of #0354FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0354FB

Black with #0354FB

Text Example


Text Example

White with #0354FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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