Html Css Color HEX #127BA6 Cerulean

📋 copy color: '#127BA6'

red 18 ◦ green 123 ◦ blue 166

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

Shades of Cerulean #127BA6

Tints of Cerulean #127BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 54.07%

R = 5.86%
G = 40.07%
B = 54.07%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#127BA6 (or 0x127BA6) is known color: Cerulean. HEX triplet: 12, 7B and A6. RGB value is (18,123,166). Sum of RGB (Red+Green+Blue) = 18+123+166=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #127BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BA6 is #ED8459. Grayscale: #606060. Windows color (decimal): -15565914 or 10910482. OLE color: 10910482.

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

Color convert

RGB 18 123 166 -
CMYK 0.89 0.26 0 0.35
HSL 197.43º 0.8% 0.36% -
HSV(B) 197.43º 0.89% 0.65% -
XYZ 14.22 17.05 38.62 -
YUV 96.51 167.21 72 -
System Red Green Blue C M Y K H S L
Decimal 18 123 166 0.89 0.26 0 0.35 197.43 0.8 0.36
Hex 12 7B A6 59 1A 0 23 C5 50 24
Octal 22 173 246 131 32 0 43 305 120 44
Binary 10010 1111011 10100110 1011001 11010 0 100011 11000101 1010000 100100

Color Harmonies of #127BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BA6

Black with #127BA6

Text Example


Text Example

White with #127BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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