Html Css Color HEX #0360BD Navy Blue

📋 copy color: '#0360BD'

red 3 ◦ green 96 ◦ blue 189

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

Shades of Navy Blue #0360BD

Tints of Navy Blue #0360BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.63%

R = 1.04%
G = 33.33%
B = 65.63%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0360BD (or 0x0360BD) is known color: Navy Blue. HEX triplet: 03, 60 and BD. RGB value is (3,96,189). Sum of RGB (Red+Green+Blue) = 3+96+189=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #0360BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0360BD is #FC9F42. Grayscale: #4E4E4E. Windows color (decimal): -16555843 or 12410883. OLE color: 12410883.

HSL color Cylindrical-coordinate representation of color #0360BD: hue angle of 210º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0360BD is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 96 189 -
CMYK 0.98 0.49 0 0.26
HSL 210º 0.97% 0.38% -
HSV(B) 210º 0.98% 0.74% -
XYZ 13.41 12.06 49.77 -
YUV 78.8 190.19 73.94 -
System Red Green Blue C M Y K H S L
Decimal 3 96 189 0.98 0.49 0 0.26 210 0.97 0.38
Hex 3 60 BD 62 31 0 1A D2 61 26
Octal 3 140 275 142 61 0 32 322 141 46
Binary 11 1100000 10111101 1100010 110001 0 11010 11010010 1100001 100110

Color Harmonies of #0360BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0360BD

Black with #0360BD

Text Example


Text Example

White with #0360BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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