Html Css Color HEX #0061D0 Navy Blue

📋 copy color: '#0061D0'

red 0 ◦ green 97 ◦ blue 208

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

Shades of Navy Blue #0061D0

Tints of Navy Blue #0061D0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.8%

 BLUE value IS 208 (81.64% from 255) = 68.2%

R = 0%
G = 31.8%
B = 68.2%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0061D0 (or 0x0061D0) is known color: Navy Blue. HEX triplet: 00, 61 and D0. RGB value is (0,97,208). Sum of RGB (Red+Green+Blue) = 0+97+208=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #0061D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061D0 is #FF9E2F. Grayscale: #505050. Windows color (decimal): -16752176 or 13656320. OLE color: 13656320.

HSL color Cylindrical-coordinate representation of color #0061D0: hue angle of 212.02º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061D0 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 97 208 -
CMYK 1 0.53 0 0.18
HSL 212.02º 1% 0.41% -
HSV(B) 212.02º 1% 0.82% -
XYZ 15.66 13.1 61.38 -
YUV 80.65 199.86 70.47 -
System Red Green Blue C M Y K H S L
Decimal 0 97 208 1 0.53 0 0.18 212.02 1 0.41
Hex 0 61 D0 64 35 0 12 D4 64 29
Octal 0 141 320 144 65 0 22 324 144 51
Binary 0 1100001 11010000 1100100 110101 0 10010 11010100 1100100 101001

Color Harmonies of #0061D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0061D0

Black with #0061D0

Text Example


Text Example

White with #0061D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0061D0; }

 p { color: rgb(0,97,208); }

 H1.HeaderClassName
 {
   color: #0061D0;
 }
 .AnyTagClassName
 {
   color: #0061D0;
 }
</style>

background-color css

<style>
 a { background-color: #0061D0; }

 a { background-color: rgb(0,97,208); }

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

border-color css

<style>
 span { border-color: #0061D0; }

 span { border-color: rgb(0,97,208); }

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