Html Css Color HEX #127BA5 Cerulean

📋 copy color: '#127BA5'

red 18 ◦ green 123 ◦ blue 165

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

Shades of Cerulean #127BA5

Tints of Cerulean #127BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.92%

R = 5.88%
G = 40.2%
B = 53.92%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#127BA5 (or 0x127BA5) is known color: Cerulean. HEX triplet: 12, 7B and A5. RGB value is (18,123,165). Sum of RGB (Red+Green+Blue) = 18+123+165=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 165 (64.84% from 255 or 53.92% from 306); Max value from RGB is 165 - color contains mainly: blue. Hex color #127BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BA5 is #ED845A. Grayscale: #606060. Windows color (decimal): -15565915 or 10844946. OLE color: 10844946.

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

Color convert

RGB 18 123 165 -
CMYK 0.89 0.25 0 0.35
HSL 197.14º 0.8% 0.36% -
HSV(B) 197.14º 0.89% 0.65% -
XYZ 14.12 17.01 38.14 -
YUV 96.39 166.71 72.08 -
System Red Green Blue C M Y K H S L
Decimal 18 123 165 0.89 0.25 0 0.35 197.14 0.8 0.36
Hex 12 7B A5 59 19 0 23 C5 50 24
Octal 22 173 245 131 31 0 43 305 120 44
Binary 10010 1111011 10100101 1011001 11001 0 100011 11000101 1010000 100100

Color Harmonies of #127BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BA5

Black with #127BA5

Text Example


Text Example

White with #127BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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