Html Css Color HEX #1295CB Pacific Blue

📋 copy color: '#1295CB'

red 18 ◦ green 149 ◦ blue 203

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

Shades of Pacific Blue #1295CB

Tints of Pacific Blue #1295CB

RGB

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

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

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

R = 4.86%
G = 40.27%
B = 54.86%

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

#1295CB (or 0x1295CB) is known color: Pacific Blue. HEX triplet: 12, 95 and CB. RGB value is (18,149,203). Sum of RGB (Red+Green+Blue) = 18+149+203=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #1295CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295CB is #ED6A34. Grayscale: #737373. Windows color (decimal): -15559221 or 13341970. OLE color: 13341970.

HSL color Cylindrical-coordinate representation of color #1295CB: hue angle of 197.51º 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 #1295CB is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 149 203 -
CMYK 0.91 0.27 0 0.20
HSL 197.51º 0.84% 0.43% -
HSV(B) 197.51º 0.91% 0.8% -
XYZ 21.78 25.94 60.36 -
YUV 115.99 177.1 58.11 -
System Red Green Blue C M Y K H S L
Decimal 18 149 203 0.91 0.27 0 0.20 197.51 0.84 0.43
Hex 12 95 CB 5B 1B 0 14 C6 54 2B
Octal 22 225 313 133 33 0 24 306 124 53
Binary 10010 10010101 11001011 1011011 11011 0 10100 11000110 1010100 101011

Color Harmonies of #1295CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295CB

Black with #1295CB

Text Example


Text Example

White with #1295CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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