Html Css Color HEX #1290CB Pacific Blue

📋 copy color: '#1290CB'

red 18 ◦ green 144 ◦ blue 203

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

Shades of Pacific Blue #1290CB

Tints of Pacific Blue #1290CB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 4.93%
G = 39.45%
B = 55.62%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1290CB (or 0x1290CB) is known color: Pacific Blue. HEX triplet: 12, 90 and CB. RGB value is (18,144,203). Sum of RGB (Red+Green+Blue) = 18+144+203=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #1290CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1290CB is #ED6F34. Grayscale: #707070. Windows color (decimal): -15560501 or 13340690. OLE color: 13340690.

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

Color convert

RGB 18 144 203 -
CMYK 0.91 0.29 0 0.20
HSL 199.14º 0.84% 0.43% -
HSV(B) 199.14º 0.91% 0.8% -
XYZ 21 24.39 60.1 -
YUV 113.05 178.76 60.2 -
System Red Green Blue C M Y K H S L
Decimal 18 144 203 0.91 0.29 0 0.20 199.14 0.84 0.43
Hex 12 90 CB 5B 1D 0 14 C7 54 2B
Octal 22 220 313 133 35 0 24 307 124 53
Binary 10010 10010000 11001011 1011011 11101 0 10100 11000111 1010100 101011

Color Harmonies of #1290CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1290CB

Black with #1290CB

Text Example


Text Example

White with #1290CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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