Html Css Color HEX #1296CD Pacific Blue

📋 copy color: '#1296CD'

red 18 ◦ green 150 ◦ blue 205

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

Shades of Pacific Blue #1296CD

Tints of Pacific Blue #1296CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 4.83%
G = 40.21%
B = 54.96%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1296CD (or 0x1296CD) is known color: Pacific Blue. HEX triplet: 12, 96 and CD. RGB value is (18,150,205). Sum of RGB (Red+Green+Blue) = 18+150+205=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #1296CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296CD is #ED6932. Grayscale: #747474. Windows color (decimal): -15558963 or 13473298. OLE color: 13473298.

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

Color convert

RGB 18 150 205 -
CMYK 0.91 0.27 0 0.20
HSL 197.65º 0.84% 0.44% -
HSV(B) 197.65º 0.91% 0.8% -
XYZ 22.18 26.35 61.67 -
YUV 116.8 177.77 57.53 -
System Red Green Blue C M Y K H S L
Decimal 18 150 205 0.91 0.27 0 0.20 197.65 0.84 0.44
Hex 12 96 CD 5B 1B 0 14 C6 54 2C
Octal 22 226 315 133 33 0 24 306 124 54
Binary 10010 10010110 11001101 1011011 11011 0 10100 11000110 1010100 101100

Color Harmonies of #1296CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296CD

Black with #1296CD

Text Example


Text Example

White with #1296CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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