Html Css Color HEX #1255F9 Navy Blue

📋 copy color: '#1255F9'

red 18 ◦ green 85 ◦ blue 249

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

Shades of Navy Blue #1255F9

Tints of Navy Blue #1255F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 70.74%

R = 5.11%
G = 24.15%
B = 70.74%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1255F9 (or 0x1255F9) is known color: Navy Blue. HEX triplet: 12, 55 and F9. RGB value is (18,85,249). Sum of RGB (Red+Green+Blue) = 18+85+249=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 249 (97.66% from 255 or 70.74% from 352); Max value from RGB is 249 - color contains mainly: blue. Hex color #1255F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1255F9 is #EDAA06. Grayscale: #525252. Windows color (decimal): -15575559 or 16340242. OLE color: 16340242.

HSL color Cylindrical-coordinate representation of color #1255F9: hue angle of 222.6º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1255F9 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 85 249 -
CMYK 0.93 0.66 0 0.02
HSL 222.6º 0.95% 0.52% -
HSV(B) 222.6º 0.93% 0.98% -
XYZ 20.6 13.47 91.14 -
YUV 83.66 221.3 81.16 -
System Red Green Blue C M Y K H S L
Decimal 18 85 249 0.93 0.66 0 0.02 222.6 0.95 0.52
Hex 12 55 F9 5D 42 0 2 DF 5F 34
Octal 22 125 371 135 102 0 2 337 137 64
Binary 10010 1010101 11111001 1011101 1000010 0 10 11011111 1011111 110100

Color Harmonies of #1255F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1255F9

Black with #1255F9

Text Example


Text Example

White with #1255F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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