Html Css Color HEX #1269DB Navy Blue

📋 copy color: '#1269DB'

red 18 ◦ green 105 ◦ blue 219

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

Shades of Navy Blue #1269DB

Tints of Navy Blue #1269DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 5.26%
G = 30.7%
B = 64.04%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1269DB (or 0x1269DB) is known color: Navy Blue. HEX triplet: 12, 69 and DB. RGB value is (18,105,219). Sum of RGB (Red+Green+Blue) = 18+105+219=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #1269DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1269DB is #ED9624. Grayscale: #5B5B5B. Windows color (decimal): -15570469 or 14379282. OLE color: 14379282.

HSL color Cylindrical-coordinate representation of color #1269DB: hue angle of 214.03º 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 #1269DB is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 105 219 -
CMYK 0.92 0.52 0 0.14
HSL 214.03º 0.85% 0.46% -
HSV(B) 214.03º 0.92% 0.86% -
XYZ 18.09 15.35 69.03 -
YUV 91.98 199.68 75.23 -
System Red Green Blue C M Y K H S L
Decimal 18 105 219 0.92 0.52 0 0.14 214.03 0.85 0.46
Hex 12 69 DB 5C 34 0 E D6 55 2E
Octal 22 151 333 134 64 0 16 326 125 56
Binary 10010 1101001 11011011 1011100 110100 0 1110 11010110 1010101 101110

Color Harmonies of #1269DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1269DB

Black with #1269DB

Text Example


Text Example

White with #1269DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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