Html Css Color HEX #0360DC Navy Blue

📋 copy color: '#0360DC'

red 3 ◦ green 96 ◦ blue 220

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

Shades of Navy Blue #0360DC

Tints of Navy Blue #0360DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 0.94%
G = 30.09%
B = 68.97%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0360DC (or 0x0360DC) is known color: Navy Blue. HEX triplet: 03, 60 and DC. RGB value is (3,96,220). Sum of RGB (Red+Green+Blue) = 3+96+220=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #0360DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0360DC is #FC9F23. Grayscale: #515151. Windows color (decimal): -16555812 or 14442499. OLE color: 14442499.

HSL color Cylindrical-coordinate representation of color #0360DC: hue angle of 214.29º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0360DC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 96 220 -
CMYK 0.99 0.56 0 0.14
HSL 214.29º 0.97% 0.44% -
HSV(B) 214.29º 0.99% 0.86% -
XYZ 17.14 13.55 69.42 -
YUV 82.33 205.69 71.42 -
System Red Green Blue C M Y K H S L
Decimal 3 96 220 0.99 0.56 0 0.14 214.29 0.97 0.44
Hex 3 60 DC 63 38 0 E D6 61 2C
Octal 3 140 334 143 70 0 16 326 141 54
Binary 11 1100000 11011100 1100011 111000 0 1110 11010110 1100001 101100

Color Harmonies of #0360DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0360DC

Black with #0360DC

Text Example


Text Example

White with #0360DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0360DC; }

 p { color: rgb(3,96,220); }

 H1.HeaderClassName
 {
   color: #0360DC;
 }
 .AnyTagClassName
 {
   color: #0360DC;
 }
</style>

background-color css

<style>
 a { background-color: #0360DC; }

 a { background-color: rgb(3,96,220); }

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

border-color css

<style>
 span { border-color: #0360DC; }

 span { border-color: rgb(3,96,220); }

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