Html Css Color HEX #0060BC Navy Blue

📋 copy color: '#0060BC'

red 0 ◦ green 96 ◦ blue 188

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

Shades of Navy Blue #0060BC

Tints of Navy Blue #0060BC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 0%
G = 33.8%
B = 66.2%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0060BC (or 0x0060BC) is known color: Navy Blue. HEX triplet: 00, 60 and BC. RGB value is (0,96,188). Sum of RGB (Red+Green+Blue) = 0+96+188=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #0060BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060BC is #FF9F43. Grayscale: #4D4D4D. Windows color (decimal): -16752452 or 12345344. OLE color: 12345344.

HSL color Cylindrical-coordinate representation of color #0060BC: hue angle of 209.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060BC is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 96 188 -
CMYK 1 0.49 0 0.26
HSL 209.36º 1% 0.37% -
HSV(B) 209.36º 1% 0.74% -
XYZ 13.26 12 49.19 -
YUV 77.78 190.2 72.52 -
System Red Green Blue C M Y K H S L
Decimal 0 96 188 1 0.49 0 0.26 209.36 1 0.37
Hex 0 60 BC 64 31 0 1A D1 64 25
Octal 0 140 274 144 61 0 32 321 144 45
Binary 0 1100000 10111100 1100100 110001 0 11010 11010001 1100100 100101

Color Harmonies of #0060BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0060BC

Black with #0060BC

Text Example


Text Example

White with #0060BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0060BC; }

 p { color: rgb(0,96,188); }

 H1.HeaderClassName
 {
   color: #0060BC;
 }
 .AnyTagClassName
 {
   color: #0060BC;
 }
</style>

background-color css

<style>
 a { background-color: #0060BC; }

 a { background-color: rgb(0,96,188); }

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

border-color css

<style>
 span { border-color: #0060BC; }

 span { border-color: rgb(0,96,188); }

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