Html Css Color HEX #1251DF Navy Blue

📋 copy color: '#1251DF'

red 18 ◦ green 81 ◦ blue 223

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

Shades of Navy Blue #1251DF

Tints of Navy Blue #1251DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 5.59%
G = 25.16%
B = 69.25%

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

#1251DF (or 0x1251DF) is known color: Navy Blue. HEX triplet: 12, 51 and DF. RGB value is (18,81,223). Sum of RGB (Red+Green+Blue) = 18+81+223=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #1251DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1251DF is #EDAE20. Grayscale: #4D4D4D. Windows color (decimal): -15576609 or 14635282. OLE color: 14635282.

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

Color convert

RGB 18 81 223 -
CMYK 0.92 0.64 0 0.13
HSL 221.56º 0.85% 0.47% -
HSV(B) 221.56º 0.92% 0.87% -
XYZ 16.51 11.34 71.13 -
YUV 78.35 209.63 84.95 -
System Red Green Blue C M Y K H S L
Decimal 18 81 223 0.92 0.64 0 0.13 221.56 0.85 0.47
Hex 12 51 DF 5C 40 0 D DE 55 2F
Octal 22 121 337 134 100 0 15 336 125 57
Binary 10010 1010001 11011111 1011100 1000000 0 1101 11011110 1010101 101111

Color Harmonies of #1251DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1251DF

Black with #1251DF

Text Example


Text Example

White with #1251DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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