Html Css Color HEX #124B89 Dark Cerulean

📋 copy color: '#124B89'

red 18 ◦ green 75 ◦ blue 137

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

Shades of Dark Cerulean #124B89

Tints of Dark Cerulean #124B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 59.57%

R = 7.83%
G = 32.61%
B = 59.57%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124B89 (or 0x124B89) is known color: Dark Cerulean. HEX triplet: 12, 4B and 89. RGB value is (18,75,137). Sum of RGB (Red+Green+Blue) = 18+75+137=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #124B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B89 is #EDB476. Grayscale: #404040. Windows color (decimal): -15578231 or 8997650. OLE color: 8997650.

HSL color Cylindrical-coordinate representation of color #124B89: hue angle of 211.26º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124B89 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 75 137 -
CMYK 0.87 0.45 0 0.46
HSL 211.26º 0.77% 0.3% -
HSV(B) 211.26º 0.87% 0.54% -
XYZ 7.28 6.97 24.63 -
YUV 65.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 18 75 137 0.87 0.45 0 0.46 211.26 0.77 0.3
Hex 12 4B 89 57 2D 0 2E D3 4D 1E
Octal 22 113 211 127 55 0 56 323 115 36
Binary 10010 1001011 10001001 1010111 101101 0 101110 11010011 1001101 11110

Color Harmonies of #124B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B89

Black with #124B89

Text Example


Text Example

White with #124B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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