Html Css Color HEX #127BAF Cerulean

📋 copy color: '#127BAF'

red 18 ◦ green 123 ◦ blue 175

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

Shades of Cerulean #127BAF

Tints of Cerulean #127BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.38%

R = 5.7%
G = 38.92%
B = 55.38%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#127BAF (or 0x127BAF) is known color: Cerulean. HEX triplet: 12, 7B and AF. RGB value is (18,123,175). Sum of RGB (Red+Green+Blue) = 18+123+175=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #127BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BAF is #ED8450. Grayscale: #616161. Windows color (decimal): -15565905 or 11500306. OLE color: 11500306.

HSL color Cylindrical-coordinate representation of color #127BAF: hue angle of 199.87º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127BAF is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 123 175 -
CMYK 0.90 0.30 0 0.31
HSL 199.87º 0.81% 0.38% -
HSV(B) 199.87º 0.9% 0.69% -
XYZ 15.07 17.39 43.12 -
YUV 97.53 171.71 71.27 -
System Red Green Blue C M Y K H S L
Decimal 18 123 175 0.90 0.30 0 0.31 199.87 0.81 0.38
Hex 12 7B AF 5A 1E 0 1F C8 51 26
Octal 22 173 257 132 36 0 37 310 121 46
Binary 10010 1111011 10101111 1011010 11110 0 11111 11001000 1010001 100110

Color Harmonies of #127BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BAF

Black with #127BAF

Text Example


Text Example

White with #127BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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