Html Css Color HEX #1263DF Navy Blue

📋 copy color: '#1263DF'

red 18 ◦ green 99 ◦ blue 223

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

Shades of Navy Blue #1263DF

Tints of Navy Blue #1263DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.12%

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

R = 5.29%
G = 29.12%
B = 65.59%

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

#1263DF (or 0x1263DF) is known color: Navy Blue. HEX triplet: 12, 63 and DF. RGB value is (18,99,223). Sum of RGB (Red+Green+Blue) = 18+99+223=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #1263DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1263DF is #ED9C20. Grayscale: #585858. Windows color (decimal): -15572001 or 14639890. OLE color: 14639890.

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

Color convert

RGB 18 99 223 -
CMYK 0.92 0.56 0 0.13
HSL 216.29º 0.85% 0.47% -
HSV(B) 216.29º 0.92% 0.87% -
XYZ 18.03 14.38 71.64 -
YUV 88.92 203.66 77.42 -
System Red Green Blue C M Y K H S L
Decimal 18 99 223 0.92 0.56 0 0.13 216.29 0.85 0.47
Hex 12 63 DF 5C 38 0 D D8 55 2F
Octal 22 143 337 134 70 0 15 330 125 57
Binary 10010 1100011 11011111 1011100 111000 0 1101 11011000 1010101 101111

Color Harmonies of #1263DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1263DF

Black with #1263DF

Text Example


Text Example

White with #1263DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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