Html Css Color HEX #1257F7 Navy Blue

📋 copy color: '#1257F7'

red 18 ◦ green 87 ◦ blue 247

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

Shades of Navy Blue #1257F7

Tints of Navy Blue #1257F7

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

 BLUE value IS 247 (96.88% from 255) = 70.17%

R = 5.11%
G = 24.72%
B = 70.17%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1257F7 (or 0x1257F7) is known color: Navy Blue. HEX triplet: 12, 57 and F7. RGB value is (18,87,247). Sum of RGB (Red+Green+Blue) = 18+87+247=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 247 (96.88% from 255 or 70.17% from 352); Max value from RGB is 247 - color contains mainly: blue. Hex color #1257F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1257F7 is #EDA808. Grayscale: #535353. Windows color (decimal): -15575049 or 16209682. OLE color: 16209682.

HSL color Cylindrical-coordinate representation of color #1257F7: hue angle of 221.92º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1257F7 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 87 247 -
CMYK 0.93 0.65 0 0.03
HSL 221.92º 0.93% 0.52% -
HSV(B) 221.92º 0.93% 0.97% -
XYZ 20.45 13.66 89.55 -
YUV 84.61 219.64 80.49 -
System Red Green Blue C M Y K H S L
Decimal 18 87 247 0.93 0.65 0 0.03 221.92 0.93 0.52
Hex 12 57 F7 5D 41 0 3 DE 5D 34
Octal 22 127 367 135 101 0 3 336 135 64
Binary 10010 1010111 11110111 1011101 1000001 0 11 11011110 1011101 110100

Color Harmonies of #1257F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257F7

Black with #1257F7

Text Example


Text Example

White with #1257F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1257F7; }

 p { color: rgb(18,87,247); }

 H1.HeaderClassName
 {
   color: #1257F7;
 }
 .AnyTagClassName
 {
   color: #1257F7;
 }
</style>

background-color css

<style>
 a { background-color: #1257F7; }

 a { background-color: rgb(18,87,247); }

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

border-color css

<style>
 span { border-color: #1257F7; }

 span { border-color: rgb(18,87,247); }

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