Html Css Color HEX #1284D1 Navy Blue

📋 copy color: '#1284D1'

red 18 ◦ green 132 ◦ blue 209

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

Shades of Navy Blue #1284D1

Tints of Navy Blue #1284D1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 209 (82.03% from 255) = 58.22%

R = 5.01%
G = 36.77%
B = 58.22%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1284D1 (or 0x1284D1) is known color: Navy Blue. HEX triplet: 12, 84 and D1. RGB value is (18,132,209). Sum of RGB (Red+Green+Blue) = 18+132+209=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #1284D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284D1 is #ED7B2E. Grayscale: #6A6A6A. Windows color (decimal): -15563567 or 13730834. OLE color: 13730834.

HSL color Cylindrical-coordinate representation of color #1284D1: hue angle of 204.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1284D1 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 132 209 -
CMYK 0.91 0.37 0 0.18
HSL 204.19º 0.84% 0.45% -
HSV(B) 204.19º 0.91% 0.82% -
XYZ 20.01 21.23 63.37 -
YUV 106.69 185.73 64.74 -
System Red Green Blue C M Y K H S L
Decimal 18 132 209 0.91 0.37 0 0.18 204.19 0.84 0.45
Hex 12 84 D1 5B 25 0 12 CC 54 2D
Octal 22 204 321 133 45 0 22 314 124 55
Binary 10010 10000100 11010001 1011011 100101 0 10010 11001100 1010100 101101

Color Harmonies of #1284D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1284D1

Black with #1284D1

Text Example


Text Example

White with #1284D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1284D1; }

 p { color: rgb(18,132,209); }

 H1.HeaderClassName
 {
   color: #1284D1;
 }
 .AnyTagClassName
 {
   color: #1284D1;
 }
</style>

background-color css

<style>
 a { background-color: #1284D1; }

 a { background-color: rgb(18,132,209); }

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

border-color css

<style>
 span { border-color: #1284D1; }

 span { border-color: rgb(18,132,209); }

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