Html Css Color HEX #1390CF Pacific Blue

📋 copy color: '#1390CF'

red 19 ◦ green 144 ◦ blue 207

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

Shades of Pacific Blue #1390CF

Tints of Pacific Blue #1390CF

RGB

 RED value IS 19 (7.81% from 255) = 5.14%

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

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 5.14%
G = 38.92%
B = 55.95%

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

#1390CF (or 0x1390CF) is known color: Pacific Blue. HEX triplet: 13, 90 and CF. RGB value is (19,144,207). Sum of RGB (Red+Green+Blue) = 19+144+207=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #1390CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390CF is #EC6F30. Grayscale: #717171. Windows color (decimal): -15494961 or 13602835. OLE color: 13602835.

HSL color Cylindrical-coordinate representation of color #1390CF: hue angle of 200.11º degrees, saturation: 0.83, 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 #1390CF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 144 207 -
CMYK 0.91 0.30 0 0.19
HSL 200.11º 0.83% 0.44% -
HSV(B) 200.11º 0.91% 0.81% -
XYZ 21.5 24.59 62.64 -
YUV 113.81 180.59 60.38 -
System Red Green Blue C M Y K H S L
Decimal 19 144 207 0.91 0.30 0 0.19 200.11 0.83 0.44
Hex 13 90 CF 5B 1E 0 13 C8 53 2C
Octal 23 220 317 133 36 0 23 310 123 54
Binary 10011 10010000 11001111 1011011 11110 0 10011 11001000 1010011 101100

Color Harmonies of #1390CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1390CF

Black with #1390CF

Text Example


Text Example

White with #1390CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1390CF; }

 p { color: rgb(19,144,207); }

 H1.HeaderClassName
 {
   color: #1390CF;
 }
 .AnyTagClassName
 {
   color: #1390CF;
 }
</style>

background-color css

<style>
 a { background-color: #1390CF; }

 a { background-color: rgb(19,144,207); }

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

border-color css

<style>
 span { border-color: #1390CF; }

 span { border-color: rgb(19,144,207); }

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