Html Css Color HEX #0061BD Navy Blue

📋 copy color: '#0061BD'

red 0 ◦ green 97 ◦ blue 189

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

Shades of Navy Blue #0061BD

Tints of Navy Blue #0061BD

RGB

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

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

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

R = 0%
G = 33.92%
B = 66.08%

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

#0061BD (or 0x0061BD) is known color: Navy Blue. HEX triplet: 00, 61 and BD. RGB value is (0,97,189). Sum of RGB (Red+Green+Blue) = 0+97+189=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #0061BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061BD is #FF9E42. Grayscale: #4E4E4E. Windows color (decimal): -16752195 or 12411136. OLE color: 12411136.

HSL color Cylindrical-coordinate representation of color #0061BD: hue angle of 209.21º 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 #0061BD is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 97 189 -
CMYK 1 0.49 0 0.26
HSL 209.21º 1% 0.37% -
HSV(B) 209.21º 1% 0.74% -
XYZ 13.46 12.22 49.79 -
YUV 78.49 190.36 72.02 -
System Red Green Blue C M Y K H S L
Decimal 0 97 189 1 0.49 0 0.26 209.21 1 0.37
Hex 0 61 BD 64 31 0 1A D1 64 25
Octal 0 141 275 144 61 0 32 321 144 45
Binary 0 1100001 10111101 1100100 110001 0 11010 11010001 1100100 100101

Color Harmonies of #0061BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0061BD

Black with #0061BD

Text Example


Text Example

White with #0061BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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