Html Css Color HEX #1273DF Navy Blue

📋 copy color: '#1273DF'

red 18 ◦ green 115 ◦ blue 223

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

Shades of Navy Blue #1273DF

Tints of Navy Blue #1273DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 5.06%
G = 32.3%
B = 62.64%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1273DF (or 0x1273DF) is known color: Navy Blue. HEX triplet: 12, 73 and DF. RGB value is (18,115,223). Sum of RGB (Red+Green+Blue) = 18+115+223=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #1273DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1273DF is #ED8C20. Grayscale: #616161. Windows color (decimal): -15567905 or 14643986. OLE color: 14643986.

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

Color convert

RGB 18 115 223 -
CMYK 0.92 0.48 0 0.13
HSL 211.61º 0.85% 0.47% -
HSV(B) 211.61º 0.92% 0.87% -
XYZ 19.7 17.72 72.19 -
YUV 98.31 198.36 70.72 -
System Red Green Blue C M Y K H S L
Decimal 18 115 223 0.92 0.48 0 0.13 211.61 0.85 0.47
Hex 12 73 DF 5C 30 0 D D4 55 2F
Octal 22 163 337 134 60 0 15 324 125 57
Binary 10010 1110011 11011111 1011100 110000 0 1101 11010100 1010101 101111

Color Harmonies of #1273DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1273DF

Black with #1273DF

Text Example


Text Example

White with #1273DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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