Html Css Color HEX #1293CC Pacific Blue

📋 copy color: '#1293CC'

red 18 ◦ green 147 ◦ blue 204

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

Shades of Pacific Blue #1293CC

Tints of Pacific Blue #1293CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 4.88%
G = 39.84%
B = 55.28%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1293CC (or 0x1293CC) is known color: Pacific Blue. HEX triplet: 12, 93 and CC. RGB value is (18,147,204). Sum of RGB (Red+Green+Blue) = 18+147+204=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #1293CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1293CC is #ED6C33. Grayscale: #727272. Windows color (decimal): -15559732 or 13406994. OLE color: 13406994.

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

Color convert

RGB 18 147 204 -
CMYK 0.91 0.28 0 0.2
HSL 198.39º 0.84% 0.44% -
HSV(B) 198.39º 0.91% 0.8% -
XYZ 21.58 25.36 60.88 -
YUV 114.93 178.26 58.87 -
System Red Green Blue C M Y K H S L
Decimal 18 147 204 0.91 0.28 0 0.2 198.39 0.84 0.44
Hex 12 93 CC 5B 1C 0 14 C6 54 2C
Octal 22 223 314 133 34 0 24 306 124 54
Binary 10010 10010011 11001100 1011011 11100 0 10100 11000110 1010100 101100

Color Harmonies of #1293CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293CC

Black with #1293CC

Text Example


Text Example

White with #1293CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1293CC;
 }
 .AnyTagClassName
 {
   color: #1293CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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