Html Css Color HEX #1261DE Navy Blue

📋 copy color: '#1261DE'

red 18 ◦ green 97 ◦ blue 222

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

Shades of Navy Blue #1261DE

Tints of Navy Blue #1261DE

RGB

 RED value IS 18 (7.42% from 255) = 5.34%

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

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 5.34%
G = 28.78%
B = 65.88%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1261DE (or 0x1261DE) is known color: Navy Blue. HEX triplet: 12, 61 and DE. RGB value is (18,97,222). Sum of RGB (Red+Green+Blue) = 18+97+222=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #1261DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1261DE is #ED9E21. Grayscale: #575757. Windows color (decimal): -15572514 or 14573842. OLE color: 14573842.

HSL color Cylindrical-coordinate representation of color #1261DE: hue angle of 216.76º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1261DE is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 97 222 -
CMYK 0.92 0.56 0 0.13
HSL 216.76º 0.85% 0.47% -
HSV(B) 216.76º 0.92% 0.87% -
XYZ 17.71 13.95 70.87 -
YUV 87.63 203.83 78.34 -
System Red Green Blue C M Y K H S L
Decimal 18 97 222 0.92 0.56 0 0.13 216.76 0.85 0.47
Hex 12 61 DE 5C 38 0 D D9 55 2F
Octal 22 141 336 134 70 0 15 331 125 57
Binary 10010 1100001 11011110 1011100 111000 0 1101 11011001 1010101 101111

Color Harmonies of #1261DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261DE

Black with #1261DE

Text Example


Text Example

White with #1261DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1261DE; }

 p { color: rgb(18,97,222); }

 H1.HeaderClassName
 {
   color: #1261DE;
 }
 .AnyTagClassName
 {
   color: #1261DE;
 }
</style>

background-color css

<style>
 a { background-color: #1261DE; }

 a { background-color: rgb(18,97,222); }

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

border-color css

<style>
 span { border-color: #1261DE; }

 span { border-color: rgb(18,97,222); }

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