Html Css Color HEX #1269CD Navy Blue

📋 copy color: '#1269CD'

red 18 ◦ green 105 ◦ blue 205

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

Shades of Navy Blue #1269CD

Tints of Navy Blue #1269CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.5%

R = 5.49%
G = 32.01%
B = 62.5%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1269CD (or 0x1269CD) is known color: Navy Blue. HEX triplet: 12, 69 and CD. RGB value is (18,105,205). Sum of RGB (Red+Green+Blue) = 18+105+205=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #1269CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1269CD is #ED9632. Grayscale: #595959. Windows color (decimal): -15570483 or 13461778. OLE color: 13461778.

HSL color Cylindrical-coordinate representation of color #1269CD: hue angle of 212.09º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1269CD is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 105 205 -
CMYK 0.91 0.49 0 0.20
HSL 212.09º 0.84% 0.44% -
HSV(B) 212.09º 0.91% 0.8% -
XYZ 16.32 14.64 59.72 -
YUV 90.39 192.68 76.37 -
System Red Green Blue C M Y K H S L
Decimal 18 105 205 0.91 0.49 0 0.20 212.09 0.84 0.44
Hex 12 69 CD 5B 31 0 14 D4 54 2C
Octal 22 151 315 133 61 0 24 324 124 54
Binary 10010 1101001 11001101 1011011 110001 0 10100 11010100 1010100 101100

Color Harmonies of #1269CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1269CD

Black with #1269CD

Text Example


Text Example

White with #1269CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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