Html Css Color HEX #127BAD Cerulean

📋 copy color: '#127BAD'

red 18 ◦ green 123 ◦ blue 173

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

Shades of Cerulean #127BAD

Tints of Cerulean #127BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 5.73%
G = 39.17%
B = 55.1%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#127BAD (or 0x127BAD) is known color: Cerulean. HEX triplet: 12, 7B and AD. RGB value is (18,123,173). Sum of RGB (Red+Green+Blue) = 18+123+173=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #127BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BAD is #ED8452. Grayscale: #616161. Windows color (decimal): -15565907 or 11369234. OLE color: 11369234.

HSL color Cylindrical-coordinate representation of color #127BAD: hue angle of 199.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127BAD is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 123 173 -
CMYK 0.90 0.29 0 0.32
HSL 199.35º 0.81% 0.37% -
HSV(B) 199.35º 0.9% 0.68% -
XYZ 14.88 17.31 42.09 -
YUV 97.31 170.71 71.43 -
System Red Green Blue C M Y K H S L
Decimal 18 123 173 0.90 0.29 0 0.32 199.35 0.81 0.37
Hex 12 7B AD 5A 1D 0 20 C7 51 25
Octal 22 173 255 132 35 0 40 307 121 45
Binary 10010 1111011 10101101 1011010 11101 0 100000 11000111 1010001 100101

Color Harmonies of #127BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BAD

Black with #127BAD

Text Example


Text Example

White with #127BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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