#1298CC

Color #1298CC Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1298CC

Tints of Pacific Blue #1298CC

Color information

#1298CC (or 0x1298CC) is unknown color: approx Pacific Blue. HEX triplet: 12, 98 and CC. RGB value is (18,152,204). Sum of RGB (Red+Green+Blue) = 18+152+204=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #1298CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1298CC is #ED6733. Grayscale: #757575. Windows color (decimal): -15558452 or 13408274. OLE color: 13408274.

HSL color Cylindrical-coordinate representation of color #1298CC: hue angle of 196.77º 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 #1298CC is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18152204-
CMYK0.910.2500.2
HSL196.77º83.78%43.53%-
HSV(B)196.77º91.18%80%-
XYZ22.3826.9461.15-
YUV117.86176.6156.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.81%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=4.81%
G=40.64%
B=54.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181522040.910.2500.2196.7783.7843.53
Hex1298CC5B19014c5542c
Octal222303141333102430512454
Binary100101001100011001100101101111001010100110001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1298CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1298CC; }

 p { color: rgb(18,152,204); }

 H1.HeaderClassName
 {
   color: #1298CC;
 }
 .AnyTagClassName
 {
   color: #1298CC;
 }
</style>
background-color css

<style>
 a { background-color: #1298CC; }

 a { background-color: rgb(18,152,204); }

 div.DivClassName
 {
   background-color: #1298CC;
 }
 .BgClassName
 {
   background-color: #1298CC;
 }
</style>
border-color css

<style>
 span { border-color: #1298CC; }

 span { border-color: rgb(18,152,204); }

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