Html Css Color HEX #0060EF Navy Blue

📋 copy color: '#0060EF'

red 0 ◦ green 96 ◦ blue 239

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

Shades of Navy Blue #0060EF

Tints of Navy Blue #0060EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.34%

R = 0%
G = 28.66%
B = 71.34%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0060EF (or 0x0060EF) is known color: Navy Blue. HEX triplet: 00, 60 and EF. RGB value is (0,96,239). Sum of RGB (Red+Green+Blue) = 0+96+239=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #0060EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0060EF is #FF9F10. Grayscale: #525252. Windows color (decimal): -16752401 or 15687680. OLE color: 15687680.

HSL color Cylindrical-coordinate representation of color #0060EF: hue angle of 215.9º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060EF is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 96 239 -
CMYK 1 0.60 0 0.06
HSL 215.9º 1% 0.47% -
HSV(B) 215.9º 1% 0.94% -
XYZ 19.76 14.6 83.44 -
YUV 83.6 215.7 68.37 -
System Red Green Blue C M Y K H S L
Decimal 0 96 239 1 0.60 0 0.06 215.9 1 0.47
Hex 0 60 EF 64 3C 0 6 D8 64 2F
Octal 0 140 357 144 74 0 6 330 144 57
Binary 0 1100000 11101111 1100100 111100 0 110 11011000 1100100 101111

Color Harmonies of #0060EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0060EF

Black with #0060EF

Text Example


Text Example

White with #0060EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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