Html Css Color HEX #1296C5 Pacific Blue

📋 copy color: '#1296C5'

red 18 ◦ green 150 ◦ blue 197

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

Shades of Pacific Blue #1296C5

Tints of Pacific Blue #1296C5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 197 (77.34% from 255) = 53.97%

R = 4.93%
G = 41.1%
B = 53.97%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1296C5 (or 0x1296C5) is known color: Pacific Blue. HEX triplet: 12, 96 and C5. RGB value is (18,150,197). Sum of RGB (Red+Green+Blue) = 18+150+197=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #1296C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296C5 is #ED693A. Grayscale: #737373. Windows color (decimal): -15558971 or 12949010. OLE color: 12949010.

HSL color Cylindrical-coordinate representation of color #1296C5: hue angle of 195.75º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1296C5 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 150 197 -
CMYK 0.91 0.24 0 0.23
HSL 195.75º 0.83% 0.42% -
HSV(B) 195.75º 0.91% 0.77% -
XYZ 21.23 25.97 56.72 -
YUV 115.89 173.77 58.18 -
System Red Green Blue C M Y K H S L
Decimal 18 150 197 0.91 0.24 0 0.23 195.75 0.83 0.42
Hex 12 96 C5 5B 18 0 17 C4 53 2A
Octal 22 226 305 133 30 0 27 304 123 52
Binary 10010 10010110 11000101 1011011 11000 0 10111 11000100 1010011 101010

Color Harmonies of #1296C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296C5

Black with #1296C5

Text Example


Text Example

White with #1296C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1296C5; }

 p { color: rgb(18,150,197); }

 H1.HeaderClassName
 {
   color: #1296C5;
 }
 .AnyTagClassName
 {
   color: #1296C5;
 }
</style>

background-color css

<style>
 a { background-color: #1296C5; }

 a { background-color: rgb(18,150,197); }

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

border-color css

<style>
 span { border-color: #1296C5; }

 span { border-color: rgb(18,150,197); }

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