Html Css Color HEX #124B77 Dark Cerulean

📋 copy color: '#124B77'

red 18 ◦ green 75 ◦ blue 119

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

Shades of Dark Cerulean #124B77

Tints of Dark Cerulean #124B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.38%

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 8.49%
G = 35.38%
B = 56.13%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#124B77 (or 0x124B77) is known color: Dark Cerulean. HEX triplet: 12, 4B and 77. RGB value is (18,75,119). Sum of RGB (Red+Green+Blue) = 18+75+119=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #124B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B77 is #EDB488. Grayscale: #3E3E3E. Windows color (decimal): -15578249 or 7818002. OLE color: 7818002.

HSL color Cylindrical-coordinate representation of color #124B77: hue angle of 206.14º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124B77 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 75 119 -
CMYK 0.85 0.37 0 0.53
HSL 206.14º 0.74% 0.27% -
HSV(B) 206.14º 0.85% 0.47% -
XYZ 6.1 6.49 18.38 -
YUV 62.97 159.62 95.92 -
System Red Green Blue C M Y K H S L
Decimal 18 75 119 0.85 0.37 0 0.53 206.14 0.74 0.27
Hex 12 4B 77 55 25 0 35 CE 4A 1B
Octal 22 113 167 125 45 0 65 316 112 33
Binary 10010 1001011 1110111 1010101 100101 0 110101 11001110 1001010 11011

Color Harmonies of #124B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B77

Black with #124B77

Text Example


Text Example

White with #124B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124B77; }

 p { color: rgb(18,75,119); }

 H1.HeaderClassName
 {
   color: #124B77;
 }
 .AnyTagClassName
 {
   color: #124B77;
 }
</style>

background-color css

<style>
 a { background-color: #124B77; }

 a { background-color: rgb(18,75,119); }

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

border-color css

<style>
 span { border-color: #124B77; }

 span { border-color: rgb(18,75,119); }

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