Html Css Color HEX #1255F7 Navy Blue

📋 copy color: '#1255F7'

red 18 ◦ green 85 ◦ blue 247

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

Shades of Navy Blue #1255F7

Tints of Navy Blue #1255F7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

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

R = 5.14%
G = 24.29%
B = 70.57%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1255F7 (or 0x1255F7) is known color: Navy Blue. HEX triplet: 12, 55 and F7. RGB value is (18,85,247). Sum of RGB (Red+Green+Blue) = 18+85+247=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 247 (96.88% from 255 or 70.57% from 350); Max value from RGB is 247 - color contains mainly: blue. Hex color #1255F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1255F7 is #EDAA08. Grayscale: #525252. Windows color (decimal): -15575561 or 16209170. OLE color: 16209170.

HSL color Cylindrical-coordinate representation of color #1255F7: hue angle of 222.45º 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 #1255F7 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 85 247 -
CMYK 0.93 0.66 0 0.03
HSL 222.45º 0.93% 0.52% -
HSV(B) 222.45º 0.93% 0.97% -
XYZ 20.29 13.34 89.5 -
YUV 83.44 220.3 81.33 -
System Red Green Blue C M Y K H S L
Decimal 18 85 247 0.93 0.66 0 0.03 222.45 0.93 0.52
Hex 12 55 F7 5D 42 0 3 DE 5D 34
Octal 22 125 367 135 102 0 3 336 135 64
Binary 10010 1010101 11110111 1011101 1000010 0 11 11011110 1011101 110100

Color Harmonies of #1255F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1255F7

Black with #1255F7

Text Example


Text Example

White with #1255F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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