Html Css Color HEX #0353E9 Navy Blue

📋 copy color: '#0353E9'

red 3 ◦ green 83 ◦ blue 233

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

Shades of Navy Blue #0353E9

Tints of Navy Blue #0353E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 73.04%

R = 0.94%
G = 26.02%
B = 73.04%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0353E9 (or 0x0353E9) is known color: Navy Blue. HEX triplet: 03, 53 and E9. RGB value is (3,83,233). Sum of RGB (Red+Green+Blue) = 3+83+233=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 233 (91.41% from 255 or 73.04% from 319); Max value from RGB is 233 - color contains mainly: blue. Hex color #0353E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0353E9 is #FCAC16. Grayscale: #4B4B4B. Windows color (decimal): -16559127 or 15291139. OLE color: 15291139.

HSL color Cylindrical-coordinate representation of color #0353E9: hue angle of 219.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0353E9 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 83 233 -
CMYK 0.99 0.64 0 0.09
HSL 219.13º 0.97% 0.46% -
HSV(B) 219.13º 0.99% 0.91% -
XYZ 17.84 12.09 78.48 -
YUV 76.18 216.5 75.8 -
System Red Green Blue C M Y K H S L
Decimal 3 83 233 0.99 0.64 0 0.09 219.13 0.97 0.46
Hex 3 53 E9 63 40 0 9 DB 61 2E
Octal 3 123 351 143 100 0 11 333 141 56
Binary 11 1010011 11101001 1100011 1000000 0 1001 11011011 1100001 101110

Color Harmonies of #0353E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353E9

Black with #0353E9

Text Example


Text Example

White with #0353E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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