Html Css Color HEX #1261DF Navy Blue

📋 copy color: '#1261DF'

red 18 ◦ green 97 ◦ blue 223

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

Shades of Navy Blue #1261DF

Tints of Navy Blue #1261DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 5.33%
G = 28.7%
B = 65.98%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1261DF (or 0x1261DF) is known color: Navy Blue. HEX triplet: 12, 61 and DF. RGB value is (18,97,223). Sum of RGB (Red+Green+Blue) = 18+97+223=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #1261DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1261DF is #ED9E20. Grayscale: #575757. Windows color (decimal): -15572513 or 14639378. OLE color: 14639378.

HSL color Cylindrical-coordinate representation of color #1261DF: hue angle of 216.88º 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 #1261DF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 97 223 -
CMYK 0.92 0.57 0 0.13
HSL 216.88º 0.85% 0.47% -
HSV(B) 216.88º 0.92% 0.87% -
XYZ 17.84 14.01 71.57 -
YUV 87.74 204.33 78.25 -
System Red Green Blue C M Y K H S L
Decimal 18 97 223 0.92 0.57 0 0.13 216.88 0.85 0.47
Hex 12 61 DF 5C 39 0 D D9 55 2F
Octal 22 141 337 134 71 0 15 331 125 57
Binary 10010 1100001 11011111 1011100 111001 0 1101 11011001 1010101 101111

Color Harmonies of #1261DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261DF

Black with #1261DF

Text Example


Text Example

White with #1261DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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