Html Css Color HEX #127CBB Cerulean

📋 copy color: '#127CBB'

red 18 ◦ green 124 ◦ blue 187

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

Shades of Cerulean #127CBB

Tints of Cerulean #127CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.69%

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 5.47%
G = 37.69%
B = 56.84%

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

#127CBB (or 0x127CBB) is known color: Cerulean. HEX triplet: 12, 7C and BB. RGB value is (18,124,187). Sum of RGB (Red+Green+Blue) = 18+124+187=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #127CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CBB is #ED8344. Grayscale: #636363. Windows color (decimal): -15565637 or 12286994. OLE color: 12286994.

HSL color Cylindrical-coordinate representation of color #127CBB: hue angle of 202.37º 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 #127CBB is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 124 187 -
CMYK 0.90 0.34 0 0.27
HSL 202.37º 0.82% 0.4% -
HSV(B) 202.37º 0.9% 0.73% -
XYZ 16.43 18.13 49.65 -
YUV 99.49 177.38 69.88 -
System Red Green Blue C M Y K H S L
Decimal 18 124 187 0.90 0.34 0 0.27 202.37 0.82 0.4
Hex 12 7C BB 5A 22 0 1B CA 52 28
Octal 22 174 273 132 42 0 33 312 122 50
Binary 10010 1111100 10111011 1011010 100010 0 11011 11001010 1010010 101000

Color Harmonies of #127CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CBB

Black with #127CBB

Text Example


Text Example

White with #127CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,187); }

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

background-color css

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

 a { background-color: rgb(18,124,187); }

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

border-color css

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

 span { border-color: rgb(18,124,187); }

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