Html Css Color HEX #1255FD Navy Blue

📋 copy color: '#1255FD'

red 18 ◦ green 85 ◦ blue 253

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

Shades of Navy Blue #1255FD

Tints of Navy Blue #1255FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.07%

R = 5.06%
G = 23.88%
B = 71.07%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1255FD (or 0x1255FD) is known color: Navy Blue. HEX triplet: 12, 55 and FD. RGB value is (18,85,253). Sum of RGB (Red+Green+Blue) = 18+85+253=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #1255FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1255FD is #EDAA02. Grayscale: #535353. Windows color (decimal): -15575555 or 16602386. OLE color: 16602386.

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

Color convert

RGB 18 85 253 -
CMYK 0.93 0.66 0 0.01
HSL 222.89º 0.98% 0.53% -
HSV(B) 222.89º 0.93% 0.99% -
XYZ 21.23 13.72 94.46 -
YUV 84.12 223.3 80.84 -
System Red Green Blue C M Y K H S L
Decimal 18 85 253 0.93 0.66 0 0.01 222.89 0.98 0.53
Hex 12 55 FD 5D 42 0 1 DF 62 35
Octal 22 125 375 135 102 0 1 337 142 65
Binary 10010 1010101 11111101 1011101 1000010 0 1 11011111 1100010 110101

Color Harmonies of #1255FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1255FD

Black with #1255FD

Text Example


Text Example

White with #1255FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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