Html Css Color HEX #0353E8 Navy Blue

📋 copy color: '#0353E8'

red 3 ◦ green 83 ◦ blue 232

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

Shades of Navy Blue #0353E8

Tints of Navy Blue #0353E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 72.96%

R = 0.94%
G = 26.1%
B = 72.96%

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

#0353E8 (or 0x0353E8) is known color: Navy Blue. HEX triplet: 03, 53 and E8. RGB value is (3,83,232). Sum of RGB (Red+Green+Blue) = 3+83+232=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 232 (91.02% from 255 or 72.96% from 318); Max value from RGB is 232 - color contains mainly: blue. Hex color #0353E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0353E8 is #FCAC17. Grayscale: #4B4B4B. Windows color (decimal): -16559128 or 15225603. OLE color: 15225603.

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

Color convert

RGB 3 83 232 -
CMYK 0.99 0.64 0 0.09
HSL 219.04º 0.97% 0.46% -
HSV(B) 219.04º 0.99% 0.91% -
XYZ 17.7 12.03 77.73 -
YUV 76.07 216 75.88 -
System Red Green Blue C M Y K H S L
Decimal 3 83 232 0.99 0.64 0 0.09 219.04 0.97 0.46
Hex 3 53 E8 63 40 0 9 DB 61 2E
Octal 3 123 350 143 100 0 11 333 141 56
Binary 11 1010011 11101000 1100011 1000000 0 1001 11011011 1100001 101110

Color Harmonies of #0353E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353E8

Black with #0353E8

Text Example


Text Example

White with #0353E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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