Html Css Color HEX #0353CF Navy Blue

📋 copy color: '#0353CF'

red 3 ◦ green 83 ◦ blue 207

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

Shades of Navy Blue #0353CF

Tints of Navy Blue #0353CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 1.02%
G = 28.33%
B = 70.65%

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

#0353CF (or 0x0353CF) is known color: Navy Blue. HEX triplet: 03, 53 and CF. RGB value is (3,83,207). Sum of RGB (Red+Green+Blue) = 3+83+207=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #0353CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353CF is #FCAC30. Grayscale: #484848. Windows color (decimal): -16559153 or 13587203. OLE color: 13587203.

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

Color convert

RGB 3 83 207 -
CMYK 0.99 0.60 0 0.19
HSL 216.47º 0.97% 0.41% -
HSV(B) 216.47º 0.99% 0.81% -
XYZ 14.39 10.71 60.34 -
YUV 73.22 203.5 77.92 -
System Red Green Blue C M Y K H S L
Decimal 3 83 207 0.99 0.60 0 0.19 216.47 0.97 0.41
Hex 3 53 CF 63 3C 0 13 D8 61 29
Octal 3 123 317 143 74 0 23 330 141 51
Binary 11 1010011 11001111 1100011 111100 0 10011 11011000 1100001 101001

Color Harmonies of #0353CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353CF

Black with #0353CF

Text Example


Text Example

White with #0353CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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