Html Css Color HEX #1284CE Navy Blue

📋 copy color: '#1284CE'

red 18 ◦ green 132 ◦ blue 206

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

Shades of Navy Blue #1284CE

Tints of Navy Blue #1284CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 5.06%
G = 37.08%
B = 57.87%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1284CE (or 0x1284CE) is known color: Navy Blue. HEX triplet: 12, 84 and CE. RGB value is (18,132,206). Sum of RGB (Red+Green+Blue) = 18+132+206=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #1284CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284CE is #ED7B31. Grayscale: #696969. Windows color (decimal): -15563570 or 13534226. OLE color: 13534226.

HSL color Cylindrical-coordinate representation of color #1284CE: hue angle of 203.62º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1284CE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 132 206 -
CMYK 0.91 0.36 0 0.19
HSL 203.62º 0.84% 0.44% -
HSV(B) 203.62º 0.91% 0.81% -
XYZ 19.64 21.09 61.43 -
YUV 106.35 184.23 64.98 -
System Red Green Blue C M Y K H S L
Decimal 18 132 206 0.91 0.36 0 0.19 203.62 0.84 0.44
Hex 12 84 CE 5B 24 0 13 CC 54 2C
Octal 22 204 316 133 44 0 23 314 124 54
Binary 10010 10000100 11001110 1011011 100100 0 10011 11001100 1010100 101100

Color Harmonies of #1284CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1284CE

Black with #1284CE

Text Example


Text Example

White with #1284CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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