Html Css Color HEX #0360FF Navy Blue

📋 copy color: '#0360FF'

red 3 ◦ green 96 ◦ blue 255

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

Shades of Navy Blue #0360FF

Tints of Navy Blue #0360FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.03%

R = 0.85%
G = 27.12%
B = 72.03%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0360FF (or 0x0360FF) is known color: Navy Blue. HEX triplet: 03, 60 and FF. RGB value is (3,96,255). Sum of RGB (Red+Green+Blue) = 3+96+255=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #0360FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0360FF is #FC9F00. Grayscale: #555555. Windows color (decimal): -16555777 or 16736259. OLE color: 16736259.

HSL color Cylindrical-coordinate representation of color #0360FF: hue angle of 217.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0360FF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 96 255 -
CMYK 0.99 0.62 0 0
HSL 217.86º 1% 0.51% -
HSV(B) 217.86º 0.99% 1% -
XYZ 22.27 15.61 96.45 -
YUV 86.32 223.19 68.57 -
System Red Green Blue C M Y K H S L
Decimal 3 96 255 0.99 0.62 0 0 217.86 1 0.51
Hex 3 60 FF 63 3E 0 0 DA 64 33
Octal 3 140 377 143 76 0 0 332 144 63
Binary 11 1100000 11111111 1100011 111110 0 0 11011010 1100100 110011

Color Harmonies of #0360FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0360FF

Black with #0360FF

Text Example


Text Example

White with #0360FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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