Html Css Color HEX #127BA4 Cerulean

📋 copy color: '#127BA4'

red 18 ◦ green 123 ◦ blue 164

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

Shades of Cerulean #127BA4

Tints of Cerulean #127BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.77%

R = 5.9%
G = 40.33%
B = 53.77%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#127BA4 (or 0x127BA4) is known color: Cerulean. HEX triplet: 12, 7B and A4. RGB value is (18,123,164). Sum of RGB (Red+Green+Blue) = 18+123+164=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #127BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BA4 is #ED845B. Grayscale: #606060. Windows color (decimal): -15565916 or 10779410. OLE color: 10779410.

HSL color Cylindrical-coordinate representation of color #127BA4: hue angle of 196.85º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127BA4 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 123 164 -
CMYK 0.89 0.25 0 0.36
HSL 196.85º 0.8% 0.36% -
HSV(B) 196.85º 0.89% 0.64% -
XYZ 14.03 16.97 37.66 -
YUV 96.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 18 123 164 0.89 0.25 0 0.36 196.85 0.8 0.36
Hex 12 7B A4 59 19 0 24 C5 50 24
Octal 22 173 244 131 31 0 44 305 120 44
Binary 10010 1111011 10100100 1011001 11001 0 100100 11000101 1010000 100100

Color Harmonies of #127BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BA4

Black with #127BA4

Text Example


Text Example

White with #127BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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