Html Css Color HEX #1295C0 Pacific Blue

📋 copy color: '#1295C0'

red 18 ◦ green 149 ◦ blue 192

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

Shades of Pacific Blue #1295C0

Tints of Pacific Blue #1295C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 192 (75.39% from 255) = 53.48%

R = 5.01%
G = 41.5%
B = 53.48%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1295C0 (or 0x1295C0) is known color: Pacific Blue. HEX triplet: 12, 95 and C0. RGB value is (18,149,192). Sum of RGB (Red+Green+Blue) = 18+149+192=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #1295C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295C0 is #ED6A3F. Grayscale: #727272. Windows color (decimal): -15559232 or 12621074. OLE color: 12621074.

HSL color Cylindrical-coordinate representation of color #1295C0: hue angle of 194.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1295C0 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 149 192 -
CMYK 0.91 0.22 0 0.25
HSL 194.83º 0.83% 0.41% -
HSV(B) 194.83º 0.91% 0.75% -
XYZ 20.51 25.43 53.7 -
YUV 114.73 171.6 59 -
System Red Green Blue C M Y K H S L
Decimal 18 149 192 0.91 0.22 0 0.25 194.83 0.83 0.41
Hex 12 95 C0 5B 16 0 19 C3 53 29
Octal 22 225 300 133 26 0 31 303 123 51
Binary 10010 10010101 11000000 1011011 10110 0 11001 11000011 1010011 101001

Color Harmonies of #1295C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295C0

Black with #1295C0

Text Example


Text Example

White with #1295C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1295C0; }

 p { color: rgb(18,149,192); }

 H1.HeaderClassName
 {
   color: #1295C0;
 }
 .AnyTagClassName
 {
   color: #1295C0;
 }
</style>

background-color css

<style>
 a { background-color: #1295C0; }

 a { background-color: rgb(18,149,192); }

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

border-color css

<style>
 span { border-color: #1295C0; }

 span { border-color: rgb(18,149,192); }

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