Html Css Color HEX #0360DF Navy Blue

📋 copy color: '#0360DF'

red 3 ◦ green 96 ◦ blue 223

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

Shades of Navy Blue #0360DF

Tints of Navy Blue #0360DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.25%

R = 0.93%
G = 29.81%
B = 69.25%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0360DF (or 0x0360DF) is known color: Navy Blue. HEX triplet: 03, 60 and DF. RGB value is (3,96,223). Sum of RGB (Red+Green+Blue) = 3+96+223=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #0360DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0360DF is #FC9F20. Grayscale: #525252. Windows color (decimal): -16555809 or 14639107. OLE color: 14639107.

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

Color convert

RGB 3 96 223 -
CMYK 0.99 0.57 0 0.13
HSL 214.64º 0.97% 0.44% -
HSV(B) 214.64º 0.99% 0.87% -
XYZ 17.54 13.71 71.53 -
YUV 82.67 207.19 71.17 -
System Red Green Blue C M Y K H S L
Decimal 3 96 223 0.99 0.57 0 0.13 214.64 0.97 0.44
Hex 3 60 DF 63 39 0 D D7 61 2C
Octal 3 140 337 143 71 0 15 327 141 54
Binary 11 1100000 11011111 1100011 111001 0 1101 11010111 1100001 101100

Color Harmonies of #0360DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0360DF

Black with #0360DF

Text Example


Text Example

White with #0360DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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