Html Css Color HEX #1255EA Navy Blue

📋 copy color: '#1255EA'

red 18 ◦ green 85 ◦ blue 234

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

Shades of Navy Blue #1255EA

Tints of Navy Blue #1255EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.44%

R = 5.34%
G = 25.22%
B = 69.44%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1255EA (or 0x1255EA) is known color: Navy Blue. HEX triplet: 12, 55 and EA. RGB value is (18,85,234). Sum of RGB (Red+Green+Blue) = 18+85+234=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #1255EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1255EA is #EDAA15. Grayscale: #515151. Windows color (decimal): -15575574 or 15357202. OLE color: 15357202.

HSL color Cylindrical-coordinate representation of color #1255EA: hue angle of 221.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1255EA is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 85 234 -
CMYK 0.92 0.64 0 0.08
HSL 221.39º 0.86% 0.49% -
HSV(B) 221.39º 0.92% 0.92% -
XYZ 18.35 12.57 79.3 -
YUV 81.95 213.8 82.38 -
System Red Green Blue C M Y K H S L
Decimal 18 85 234 0.92 0.64 0 0.08 221.39 0.86 0.49
Hex 12 55 EA 5C 40 0 8 DD 56 31
Octal 22 125 352 134 100 0 10 335 126 61
Binary 10010 1010101 11101010 1011100 1000000 0 1000 11011101 1010110 110001

Color Harmonies of #1255EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1255EA

Black with #1255EA

Text Example


Text Example

White with #1255EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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