Html Css Color HEX #1296CB Pacific Blue

📋 copy color: '#1296CB'

red 18 ◦ green 150 ◦ blue 203

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

Shades of Pacific Blue #1296CB

Tints of Pacific Blue #1296CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 4.85%
G = 40.43%
B = 54.72%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1296CB (or 0x1296CB) is known color: Pacific Blue. HEX triplet: 12, 96 and CB. RGB value is (18,150,203). Sum of RGB (Red+Green+Blue) = 18+150+203=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #1296CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296CB is #ED6934. Grayscale: #747474. Windows color (decimal): -15558965 or 13342226. OLE color: 13342226.

HSL color Cylindrical-coordinate representation of color #1296CB: hue angle of 197.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1296CB is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 150 203 -
CMYK 0.91 0.26 0 0.20
HSL 197.19º 0.84% 0.43% -
HSV(B) 197.19º 0.91% 0.8% -
XYZ 21.94 26.25 60.41 -
YUV 116.57 176.77 57.69 -
System Red Green Blue C M Y K H S L
Decimal 18 150 203 0.91 0.26 0 0.20 197.19 0.84 0.43
Hex 12 96 CB 5B 1A 0 14 C5 54 2B
Octal 22 226 313 133 32 0 24 305 124 53
Binary 10010 10010110 11001011 1011011 11010 0 10100 11000101 1010100 101011

Color Harmonies of #1296CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296CB

Black with #1296CB

Text Example


Text Example

White with #1296CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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