Html Css Color HEX #1263DB Navy Blue

📋 copy color: '#1263DB'

red 18 ◦ green 99 ◦ blue 219

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

Shades of Navy Blue #1263DB

Tints of Navy Blue #1263DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

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

R = 5.36%
G = 29.46%
B = 65.18%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1263DB (or 0x1263DB) is known color: Navy Blue. HEX triplet: 12, 63 and DB. RGB value is (18,99,219). Sum of RGB (Red+Green+Blue) = 18+99+219=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #1263DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1263DB is #ED9C24. Grayscale: #575757. Windows color (decimal): -15572005 or 14377746. OLE color: 14377746.

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

Color convert

RGB 18 99 219 -
CMYK 0.92 0.55 0 0.14
HSL 215.82º 0.85% 0.46% -
HSV(B) 215.82º 0.92% 0.86% -
XYZ 17.5 14.17 68.83 -
YUV 88.46 201.66 77.74 -
System Red Green Blue C M Y K H S L
Decimal 18 99 219 0.92 0.55 0 0.14 215.82 0.85 0.46
Hex 12 63 DB 5C 37 0 E D8 55 2E
Octal 22 143 333 134 67 0 16 330 125 56
Binary 10010 1100011 11011011 1011100 110111 0 1110 11011000 1010101 101110

Color Harmonies of #1263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1263DB

Black with #1263DB

Text Example


Text Example

White with #1263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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