Html Css Color HEX #0061CE Navy Blue

📋 copy color: '#0061CE'

red 0 ◦ green 97 ◦ blue 206

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

Shades of Navy Blue #0061CE

Tints of Navy Blue #0061CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 0%
G = 32.01%
B = 67.99%

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

#0061CE (or 0x0061CE) is known color: Navy Blue. HEX triplet: 00, 61 and CE. RGB value is (0,97,206). Sum of RGB (Red+Green+Blue) = 0+97+206=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #0061CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061CE is #FF9E31. Grayscale: #4F4F4F. Windows color (decimal): -16752178 or 13525248. OLE color: 13525248.

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

Color convert

RGB 0 97 206 -
CMYK 1 0.53 0 0.19
HSL 211.75º 1% 0.4% -
HSV(B) 211.75º 1% 0.81% -
XYZ 15.42 13.01 60.09 -
YUV 80.42 198.86 70.64 -
System Red Green Blue C M Y K H S L
Decimal 0 97 206 1 0.53 0 0.19 211.75 1 0.4
Hex 0 61 CE 64 35 0 13 D4 64 28
Octal 0 141 316 144 65 0 23 324 144 50
Binary 0 1100001 11001110 1100100 110101 0 10011 11010100 1100100 101000

Color Harmonies of #0061CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0061CE

Black with #0061CE

Text Example


Text Example

White with #0061CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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