Html Css Color HEX #127BB9 Cerulean

📋 copy color: '#127BB9'

red 18 ◦ green 123 ◦ blue 185

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

Shades of Cerulean #127BB9

Tints of Cerulean #127BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.75%

R = 5.52%
G = 37.73%
B = 56.75%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#127BB9 (or 0x127BB9) is known color: Cerulean. HEX triplet: 12, 7B and B9. RGB value is (18,123,185). Sum of RGB (Red+Green+Blue) = 18+123+185=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #127BB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BB9 is #ED8446. Grayscale: #626262. Windows color (decimal): -15565895 or 12155666. OLE color: 12155666.

HSL color Cylindrical-coordinate representation of color #127BB9: hue angle of 202.28º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127BB9 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 123 185 -
CMYK 0.90 0.34 0 0.27
HSL 202.28º 0.82% 0.4% -
HSV(B) 202.28º 0.9% 0.73% -
XYZ 16.09 17.8 48.49 -
YUV 98.67 176.71 70.46 -
System Red Green Blue C M Y K H S L
Decimal 18 123 185 0.90 0.34 0 0.27 202.28 0.82 0.4
Hex 12 7B B9 5A 22 0 1B CA 52 28
Octal 22 173 271 132 42 0 33 312 122 50
Binary 10010 1111011 10111001 1011010 100010 0 11011 11001010 1010010 101000

Color Harmonies of #127BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BB9

Black with #127BB9

Text Example


Text Example

White with #127BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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