Html Css Color HEX #127B9F Cerulean

📋 copy color: '#127B9F'

red 18 ◦ green 123 ◦ blue 159

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

Shades of Cerulean #127B9F

Tints of Cerulean #127B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53%

R = 6%
G = 41%
B = 53%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#127B9F (or 0x127B9F) is known color: Cerulean. HEX triplet: 12, 7B and 9F. RGB value is (18,123,159). Sum of RGB (Red+Green+Blue) = 18+123+159=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #127B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B9F is #ED8460. Grayscale: #5F5F5F. Windows color (decimal): -15565921 or 10451730. OLE color: 10451730.

HSL color Cylindrical-coordinate representation of color #127B9F: hue angle of 195.32º 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 #127B9F is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 123 159 -
CMYK 0.89 0.23 0 0.38
HSL 195.32º 0.8% 0.35% -
HSV(B) 195.32º 0.89% 0.62% -
XYZ 13.59 16.8 35.33 -
YUV 95.71 163.71 72.57 -
System Red Green Blue C M Y K H S L
Decimal 18 123 159 0.89 0.23 0 0.38 195.32 0.8 0.35
Hex 12 7B 9F 59 17 0 26 C3 50 23
Octal 22 173 237 131 27 0 46 303 120 43
Binary 10010 1111011 10011111 1011001 10111 0 100110 11000011 1010000 100011

Color Harmonies of #127B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127B9F

Black with #127B9F

Text Example


Text Example

White with #127B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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