Html Css Color HEX #139DBB Pelorous

📋 copy color: '#139DBB'

red 19 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #139DBB

Tints of Pelorous #139DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.25%

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 5.23%
G = 43.25%
B = 51.52%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#139DBB (or 0x139DBB) is known color: Pelorous. HEX triplet: 13, 9D and BB. RGB value is (19,157,187). Sum of RGB (Red+Green+Blue) = 19+157+187=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #139DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DBB is #EC6244. Grayscale: #767676. Windows color (decimal): -15491653 or 12295443. OLE color: 12295443.

HSL color Cylindrical-coordinate representation of color #139DBB: hue angle of 190.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139DBB is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 157 187 -
CMYK 0.90 0.16 0 0.27
HSL 190.71º 0.82% 0.4% -
HSV(B) 190.71º 0.9% 0.73% -
XYZ 21.3 27.84 51.27 -
YUV 119.16 166.28 56.56 -
System Red Green Blue C M Y K H S L
Decimal 19 157 187 0.90 0.16 0 0.27 190.71 0.82 0.4
Hex 13 9D BB 5A 10 0 1B BF 52 28
Octal 23 235 273 132 20 0 33 277 122 50
Binary 10011 10011101 10111011 1011010 10000 0 11011 10111111 1010010 101000

Color Harmonies of #139DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DBB

Black with #139DBB

Text Example


Text Example

White with #139DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139DBB; }

 p { color: rgb(19,157,187); }

 H1.HeaderClassName
 {
   color: #139DBB;
 }
 .AnyTagClassName
 {
   color: #139DBB;
 }
</style>

background-color css

<style>
 a { background-color: #139DBB; }

 a { background-color: rgb(19,157,187); }

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

border-color css

<style>
 span { border-color: #139DBB; }

 span { border-color: rgb(19,157,187); }

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