Html Css Color HEX #1296BF Pacific Blue

📋 copy color: '#1296BF'

red 18 ◦ green 150 ◦ blue 191

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

Shades of Pacific Blue #1296BF

Tints of Pacific Blue #1296BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.2%

R = 5.01%
G = 41.78%
B = 53.2%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1296BF (or 0x1296BF) is known color: Pacific Blue. HEX triplet: 12, 96 and BF. RGB value is (18,150,191). Sum of RGB (Red+Green+Blue) = 18+150+191=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #1296BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296BF is #ED6940. Grayscale: #727272. Windows color (decimal): -15558977 or 12555794. OLE color: 12555794.

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

Color convert

RGB 18 150 191 -
CMYK 0.91 0.21 0 0.25
HSL 194.22º 0.83% 0.41% -
HSV(B) 194.22º 0.91% 0.75% -
XYZ 20.56 25.7 53.17 -
YUV 115.21 170.77 58.67 -
System Red Green Blue C M Y K H S L
Decimal 18 150 191 0.91 0.21 0 0.25 194.22 0.83 0.41
Hex 12 96 BF 5B 15 0 19 C2 53 29
Octal 22 226 277 133 25 0 31 302 123 51
Binary 10010 10010110 10111111 1011011 10101 0 11001 11000010 1010011 101001

Color Harmonies of #1296BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296BF

Black with #1296BF

Text Example


Text Example

White with #1296BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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