Html Css Color HEX #1255DB Navy Blue

📋 copy color: '#1255DB'

red 18 ◦ green 85 ◦ blue 219

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

Shades of Navy Blue #1255DB

Tints of Navy Blue #1255DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.01%

R = 5.59%
G = 26.4%
B = 68.01%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1255DB (or 0x1255DB) is known color: Navy Blue. HEX triplet: 12, 55 and DB. RGB value is (18,85,219). Sum of RGB (Red+Green+Blue) = 18+85+219=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #1255DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1255DB is #EDAA24. Grayscale: #4F4F4F. Windows color (decimal): -15575589 or 14374162. OLE color: 14374162.

HSL color Cylindrical-coordinate representation of color #1255DB: hue angle of 220º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1255DB is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 85 219 -
CMYK 0.92 0.61 0 0.14
HSL 220º 0.85% 0.46% -
HSV(B) 220º 0.92% 0.86% -
XYZ 16.28 11.74 68.43 -
YUV 80.24 206.3 83.6 -
System Red Green Blue C M Y K H S L
Decimal 18 85 219 0.92 0.61 0 0.14 220 0.85 0.46
Hex 12 55 DB 5C 3D 0 E DC 55 2E
Octal 22 125 333 134 75 0 16 334 125 56
Binary 10010 1010101 11011011 1011100 111101 0 1110 11011100 1010101 101110

Color Harmonies of #1255DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1255DB

Black with #1255DB

Text Example


Text Example

White with #1255DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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