Html Css Color HEX #1293C6 Pacific Blue

📋 copy color: '#1293C6'

red 18 ◦ green 147 ◦ blue 198

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

Shades of Pacific Blue #1293C6

Tints of Pacific Blue #1293C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.55%

R = 4.96%
G = 40.5%
B = 54.55%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1293C6 (or 0x1293C6) is known color: Pacific Blue. HEX triplet: 12, 93 and C6. RGB value is (18,147,198). Sum of RGB (Red+Green+Blue) = 18+147+198=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #1293C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1293C6 is #ED6C39. Grayscale: #717171. Windows color (decimal): -15559738 or 13013778. OLE color: 13013778.

HSL color Cylindrical-coordinate representation of color #1293C6: hue angle of 197º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1293C6 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 147 198 -
CMYK 0.91 0.26 0 0.22
HSL 197º 0.83% 0.42% -
HSV(B) 197º 0.91% 0.78% -
XYZ 20.88 25.07 57.17 -
YUV 114.24 175.26 59.35 -
System Red Green Blue C M Y K H S L
Decimal 18 147 198 0.91 0.26 0 0.22 197 0.83 0.42
Hex 12 93 C6 5B 1A 0 16 C5 53 2A
Octal 22 223 306 133 32 0 26 305 123 52
Binary 10010 10010011 11000110 1011011 11010 0 10110 11000101 1010011 101010

Color Harmonies of #1293C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293C6

Black with #1293C6

Text Example


Text Example

White with #1293C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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