Html Css Color HEX #127B9E Cerulean

📋 copy color: '#127B9E'

red 18 ◦ green 123 ◦ blue 158

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

Shades of Cerulean #127B9E

Tints of Cerulean #127B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.84%

R = 6.02%
G = 41.14%
B = 52.84%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#127B9E (or 0x127B9E) is known color: Cerulean. HEX triplet: 12, 7B and 9E. RGB value is (18,123,158). Sum of RGB (Red+Green+Blue) = 18+123+158=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #127B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B9E is #ED8461. Grayscale: #5F5F5F. Windows color (decimal): -15565922 or 10386194. OLE color: 10386194.

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

Color convert

RGB 18 123 158 -
CMYK 0.89 0.22 0 0.38
HSL 195º 0.8% 0.35% -
HSV(B) 195º 0.89% 0.62% -
XYZ 13.5 16.76 34.87 -
YUV 95.6 163.21 72.65 -
System Red Green Blue C M Y K H S L
Decimal 18 123 158 0.89 0.22 0 0.38 195 0.8 0.35
Hex 12 7B 9E 59 16 0 26 C3 50 23
Octal 22 173 236 131 26 0 46 303 120 43
Binary 10010 1111011 10011110 1011001 10110 0 100110 11000011 1010000 100011

Color Harmonies of #127B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127B9E

Black with #127B9E

Text Example


Text Example

White with #127B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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