Html Css Color HEX #0060BE Navy Blue

📋 copy color: '#0060BE'

red 0 ◦ green 96 ◦ blue 190

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

Shades of Navy Blue #0060BE

Tints of Navy Blue #0060BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 0%
G = 33.57%
B = 66.43%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0060BE (or 0x0060BE) is known color: Navy Blue. HEX triplet: 00, 60 and BE. RGB value is (0,96,190). Sum of RGB (Red+Green+Blue) = 0+96+190=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #0060BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060BE is #FF9F41. Grayscale: #4D4D4D. Windows color (decimal): -16752450 or 12476416. OLE color: 12476416.

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

Color convert

RGB 0 96 190 -
CMYK 1 0.49 0 0.25
HSL 209.68º 1% 0.37% -
HSV(B) 209.68º 1% 0.75% -
XYZ 13.48 12.08 50.34 -
YUV 78.01 191.2 72.36 -
System Red Green Blue C M Y K H S L
Decimal 0 96 190 1 0.49 0 0.25 209.68 1 0.37
Hex 0 60 BE 64 31 0 19 D2 64 25
Octal 0 140 276 144 61 0 31 322 144 45
Binary 0 1100000 10111110 1100100 110001 0 11001 11010010 1100100 100101

Color Harmonies of #0060BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0060BE

Black with #0060BE

Text Example


Text Example

White with #0060BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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