Html Css Color HEX #1290CE Pacific Blue

📋 copy color: '#1290CE'

red 18 ◦ green 144 ◦ blue 206

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

Shades of Pacific Blue #1290CE

Tints of Pacific Blue #1290CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 4.89%
G = 39.13%
B = 55.98%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1290CE (or 0x1290CE) is known color: Pacific Blue. HEX triplet: 12, 90 and CE. RGB value is (18,144,206). Sum of RGB (Red+Green+Blue) = 18+144+206=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #1290CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1290CE is #ED6F31. Grayscale: #717171. Windows color (decimal): -15560498 or 13537298. OLE color: 13537298.

HSL color Cylindrical-coordinate representation of color #1290CE: hue angle of 199.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1290CE is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 144 206 -
CMYK 0.91 0.30 0 0.19
HSL 199.79º 0.84% 0.44% -
HSV(B) 199.79º 0.91% 0.81% -
XYZ 21.36 24.53 62 -
YUV 113.39 180.26 59.96 -
System Red Green Blue C M Y K H S L
Decimal 18 144 206 0.91 0.30 0 0.19 199.79 0.84 0.44
Hex 12 90 CE 5B 1E 0 13 C8 54 2C
Octal 22 220 316 133 36 0 23 310 124 54
Binary 10010 10010000 11001110 1011011 11110 0 10011 11001000 1010100 101100

Color Harmonies of #1290CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1290CE

Black with #1290CE

Text Example


Text Example

White with #1290CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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