Html Css Color HEX #1395CE Pacific Blue

📋 copy color: '#1395CE'

red 19 ◦ green 149 ◦ blue 206

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

Shades of Pacific Blue #1395CE

Tints of Pacific Blue #1395CE

RGB

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

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

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

R = 5.08%
G = 39.84%
B = 55.08%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1395CE (or 0x1395CE) is known color: Pacific Blue. HEX triplet: 13, 95 and CE. RGB value is (19,149,206). Sum of RGB (Red+Green+Blue) = 19+149+206=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #1395CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1395CE is #EC6A31. Grayscale: #747474. Windows color (decimal): -15493682 or 13538579. OLE color: 13538579.

HSL color Cylindrical-coordinate representation of color #1395CE: hue angle of 198.29º 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 #1395CE is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 149 206 -
CMYK 0.91 0.28 0 0.19
HSL 198.29º 0.83% 0.44% -
HSV(B) 198.29º 0.91% 0.81% -
XYZ 22.16 26.09 62.26 -
YUV 116.63 178.43 58.37 -
System Red Green Blue C M Y K H S L
Decimal 19 149 206 0.91 0.28 0 0.19 198.29 0.83 0.44
Hex 13 95 CE 5B 1C 0 13 C6 53 2C
Octal 23 225 316 133 34 0 23 306 123 54
Binary 10011 10010101 11001110 1011011 11100 0 10011 11000110 1010011 101100

Color Harmonies of #1395CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1395CE

Black with #1395CE

Text Example


Text Example

White with #1395CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,149,206); }

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

background-color css

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

 a { background-color: rgb(19,149,206); }

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

border-color css

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

 span { border-color: rgb(19,149,206); }

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