Html Css Color HEX #0353FA Navy Blue

📋 copy color: '#0353FA'

red 3 ◦ green 83 ◦ blue 250

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

Shades of Navy Blue #0353FA

Tints of Navy Blue #0353FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.7%

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

R = 0.89%
G = 24.7%
B = 74.4%

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

#0353FA (or 0x0353FA) is known color: Navy Blue. HEX triplet: 03, 53 and FA. RGB value is (3,83,250). Sum of RGB (Red+Green+Blue) = 3+83+250=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #0353FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0353FA is #FCAC05. Grayscale: #4D4D4D. Windows color (decimal): -16559110 or 16405251. OLE color: 16405251.

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

Color convert

RGB 3 83 250 -
CMYK 0.99 0.67 0 0.02
HSL 220.57º 0.98% 0.5% -
HSV(B) 220.57º 0.99% 0.98% -
XYZ 20.39 13.11 91.9 -
YUV 78.12 225 74.42 -
System Red Green Blue C M Y K H S L
Decimal 3 83 250 0.99 0.67 0 0.02 220.57 0.98 0.5
Hex 3 53 FA 63 43 0 2 DD 62 32
Octal 3 123 372 143 103 0 2 335 142 62
Binary 11 1010011 11111010 1100011 1000011 0 10 11011101 1100010 110010

Color Harmonies of #0353FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353FA

Black with #0353FA

Text Example


Text Example

White with #0353FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0353FA; }

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

 H1.HeaderClassName
 {
   color: #0353FA;
 }
 .AnyTagClassName
 {
   color: #0353FA;
 }
</style>

background-color css

<style>
 a { background-color: #0353FA; }

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

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

border-color css

<style>
 span { border-color: #0353FA; }

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

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