Html Css Color HEX #0061CF Navy Blue

📋 copy color: '#0061CF'

red 0 ◦ green 97 ◦ blue 207

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

Shades of Navy Blue #0061CF

Tints of Navy Blue #0061CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 0%
G = 31.91%
B = 68.09%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0061CF (or 0x0061CF) is known color: Navy Blue. HEX triplet: 00, 61 and CF. RGB value is (0,97,207). Sum of RGB (Red+Green+Blue) = 0+97+207=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #0061CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061CF is #FF9E30. Grayscale: #505050. Windows color (decimal): -16752177 or 13590784. OLE color: 13590784.

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

Color convert

RGB 0 97 207 -
CMYK 1 0.53 0 0.19
HSL 211.88º 1% 0.41% -
HSV(B) 211.88º 1% 0.81% -
XYZ 15.54 13.05 60.73 -
YUV 80.54 199.36 70.56 -
System Red Green Blue C M Y K H S L
Decimal 0 97 207 1 0.53 0 0.19 211.88 1 0.41
Hex 0 61 CF 64 35 0 13 D4 64 29
Octal 0 141 317 144 65 0 23 324 144 51
Binary 0 1100001 11001111 1100100 110101 0 10011 11010100 1100100 101001

Color Harmonies of #0061CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0061CF

Black with #0061CF

Text Example


Text Example

White with #0061CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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