Html Css Color HEX #1250DF Navy Blue

📋 copy color: '#1250DF'

red 18 ◦ green 80 ◦ blue 223

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

Shades of Navy Blue #1250DF

Tints of Navy Blue #1250DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

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

R = 5.61%
G = 24.92%
B = 69.47%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1250DF (or 0x1250DF) is known color: Navy Blue. HEX triplet: 12, 50 and DF. RGB value is (18,80,223). Sum of RGB (Red+Green+Blue) = 18+80+223=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #1250DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1250DF is #EDAF20. Grayscale: #4D4D4D. Windows color (decimal): -15576865 or 14635026. OLE color: 14635026.

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

Color convert

RGB 18 80 223 -
CMYK 0.92 0.64 0 0.13
HSL 221.85º 0.85% 0.47% -
HSV(B) 221.85º 0.92% 0.87% -
XYZ 16.44 11.19 71.11 -
YUV 77.76 209.96 85.37 -
System Red Green Blue C M Y K H S L
Decimal 18 80 223 0.92 0.64 0 0.13 221.85 0.85 0.47
Hex 12 50 DF 5C 40 0 D DE 55 2F
Octal 22 120 337 134 100 0 15 336 125 57
Binary 10010 1010000 11011111 1011100 1000000 0 1101 11011110 1010101 101111

Color Harmonies of #1250DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1250DF

Black with #1250DF

Text Example


Text Example

White with #1250DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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