Html Css Color HEX #124B85 Dark Cerulean

📋 copy color: '#124B85'

red 18 ◦ green 75 ◦ blue 133

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

Shades of Dark Cerulean #124B85

Tints of Dark Cerulean #124B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 7.96%
G = 33.19%
B = 58.85%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124B85 (or 0x124B85) is known color: Dark Cerulean. HEX triplet: 12, 4B and 85. RGB value is (18,75,133). Sum of RGB (Red+Green+Blue) = 18+75+133=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #124B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B85 is #EDB47A. Grayscale: #404040. Windows color (decimal): -15578235 or 8735506. OLE color: 8735506.

HSL color Cylindrical-coordinate representation of color #124B85: hue angle of 210.26º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124B85 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 75 133 -
CMYK 0.86 0.44 0 0.48
HSL 210.26º 0.76% 0.3% -
HSV(B) 210.26º 0.86% 0.52% -
XYZ 7 6.85 23.14 -
YUV 64.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 18 75 133 0.86 0.44 0 0.48 210.26 0.76 0.3
Hex 12 4B 85 56 2C 0 30 D2 4C 1E
Octal 22 113 205 126 54 0 60 322 114 36
Binary 10010 1001011 10000101 1010110 101100 0 110000 11010010 1001100 11110

Color Harmonies of #124B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B85

Black with #124B85

Text Example


Text Example

White with #124B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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