Html Css Color HEX #0353CE Navy Blue

📋 copy color: '#0353CE'

red 3 ◦ green 83 ◦ blue 206

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

Shades of Navy Blue #0353CE

Tints of Navy Blue #0353CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.55%

R = 1.03%
G = 28.42%
B = 70.55%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0353CE (or 0x0353CE) is known color: Navy Blue. HEX triplet: 03, 53 and CE. RGB value is (3,83,206). Sum of RGB (Red+Green+Blue) = 3+83+206=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #0353CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353CE is #FCAC31. Grayscale: #484848. Windows color (decimal): -16559154 or 13521667. OLE color: 13521667.

HSL color Cylindrical-coordinate representation of color #0353CE: hue angle of 216.35º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0353CE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 83 206 -
CMYK 0.99 0.60 0 0.19
HSL 216.35º 0.97% 0.41% -
HSV(B) 216.35º 0.99% 0.81% -
XYZ 14.27 10.66 59.7 -
YUV 73.1 203 78 -
System Red Green Blue C M Y K H S L
Decimal 3 83 206 0.99 0.60 0 0.19 216.35 0.97 0.41
Hex 3 53 CE 63 3C 0 13 D8 61 29
Octal 3 123 316 143 74 0 23 330 141 51
Binary 11 1010011 11001110 1100011 111100 0 10011 11011000 1100001 101001

Color Harmonies of #0353CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353CE

Black with #0353CE

Text Example


Text Example

White with #0353CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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