Html Css Color HEX #1397CE Pacific Blue

📋 copy color: '#1397CE'

red 19 ◦ green 151 ◦ blue 206

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

Shades of Pacific Blue #1397CE

Tints of Pacific Blue #1397CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

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

R = 5.05%
G = 40.16%
B = 54.79%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1397CE (or 0x1397CE) is known color: Pacific Blue. HEX triplet: 13, 97 and CE. RGB value is (19,151,206). Sum of RGB (Red+Green+Blue) = 19+151+206=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #1397CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397CE is #EC6831. Grayscale: #757575. Windows color (decimal): -15493170 or 13539091. OLE color: 13539091.

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

Color convert

RGB 19 151 206 -
CMYK 0.91 0.27 0 0.19
HSL 197.65º 0.83% 0.44% -
HSV(B) 197.65º 0.91% 0.81% -
XYZ 22.48 26.73 62.37 -
YUV 117.8 177.77 57.53 -
System Red Green Blue C M Y K H S L
Decimal 19 151 206 0.91 0.27 0 0.19 197.65 0.83 0.44
Hex 13 97 CE 5B 1B 0 13 C6 53 2C
Octal 23 227 316 133 33 0 23 306 123 54
Binary 10011 10010111 11001110 1011011 11011 0 10011 11000110 1010011 101100

Color Harmonies of #1397CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397CE

Black with #1397CE

Text Example


Text Example

White with #1397CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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