Html Css Color HEX #0360CB Navy Blue

📋 copy color: '#0360CB'

red 3 ◦ green 96 ◦ blue 203

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

Shades of Navy Blue #0360CB

Tints of Navy Blue #0360CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.22%

R = 0.99%
G = 31.79%
B = 67.22%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0360CB (or 0x0360CB) is known color: Navy Blue. HEX triplet: 03, 60 and CB. RGB value is (3,96,203). Sum of RGB (Red+Green+Blue) = 3+96+203=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #0360CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0360CB is #FC9F34. Grayscale: #4F4F4F. Windows color (decimal): -16555829 or 13328387. OLE color: 13328387.

HSL color Cylindrical-coordinate representation of color #0360CB: hue angle of 212.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0360CB is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 96 203 -
CMYK 0.99 0.53 0 0.20
HSL 212.1º 0.97% 0.4% -
HSV(B) 212.1º 0.99% 0.8% -
XYZ 15 12.7 58.16 -
YUV 80.39 197.19 72.8 -
System Red Green Blue C M Y K H S L
Decimal 3 96 203 0.99 0.53 0 0.20 212.1 0.97 0.4
Hex 3 60 CB 63 35 0 14 D4 61 28
Octal 3 140 313 143 65 0 24 324 141 50
Binary 11 1100000 11001011 1100011 110101 0 10100 11010100 1100001 101000

Color Harmonies of #0360CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0360CB

Black with #0360CB

Text Example


Text Example

White with #0360CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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