Html Css Color HEX #127BA0 Cerulean

📋 copy color: '#127BA0'

red 18 ◦ green 123 ◦ blue 160

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

Shades of Cerulean #127BA0

Tints of Cerulean #127BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.86%

 BLUE value IS 160 (62.89% from 255) = 53.16%

R = 5.98%
G = 40.86%
B = 53.16%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#127BA0 (or 0x127BA0) is known color: Cerulean. HEX triplet: 12, 7B and A0. RGB value is (18,123,160). Sum of RGB (Red+Green+Blue) = 18+123+160=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #127BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BA0 is #ED845F. Grayscale: #5F5F5F. Windows color (decimal): -15565920 or 10517266. OLE color: 10517266.

HSL color Cylindrical-coordinate representation of color #127BA0: hue angle of 195.63º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127BA0 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 123 160 -
CMYK 0.89 0.23 0 0.37
HSL 195.63º 0.8% 0.35% -
HSV(B) 195.63º 0.89% 0.63% -
XYZ 13.68 16.83 35.79 -
YUV 95.82 164.21 72.49 -
System Red Green Blue C M Y K H S L
Decimal 18 123 160 0.89 0.23 0 0.37 195.63 0.8 0.35
Hex 12 7B A0 59 17 0 25 C4 50 23
Octal 22 173 240 131 27 0 45 304 120 43
Binary 10010 1111011 10100000 1011001 10111 0 100101 11000100 1010000 100011

Color Harmonies of #127BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BA0

Black with #127BA0

Text Example


Text Example

White with #127BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127BA0; }

 p { color: rgb(18,123,160); }

 H1.HeaderClassName
 {
   color: #127BA0;
 }
 .AnyTagClassName
 {
   color: #127BA0;
 }
</style>

background-color css

<style>
 a { background-color: #127BA0; }

 a { background-color: rgb(18,123,160); }

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

border-color css

<style>
 span { border-color: #127BA0; }

 span { border-color: rgb(18,123,160); }

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