Html Css Color HEX #124B71 Dark Cerulean

📋 copy color: '#124B71'

red 18 ◦ green 75 ◦ blue 113

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

Shades of Dark Cerulean #124B71

Tints of Dark Cerulean #124B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 8.74%
G = 36.41%
B = 54.85%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124B71 (or 0x124B71) is known color: Dark Cerulean. HEX triplet: 12, 4B and 71. RGB value is (18,75,113). Sum of RGB (Red+Green+Blue) = 18+75+113=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #124B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B71 is #EDB48E. Grayscale: #3E3E3E. Windows color (decimal): -15578255 or 7424786. OLE color: 7424786.

HSL color Cylindrical-coordinate representation of color #124B71: hue angle of 204º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124B71 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 75 113 -
CMYK 0.84 0.34 0 0.56
HSL 204º 0.73% 0.26% -
HSV(B) 204º 0.84% 0.44% -
XYZ 5.75 6.35 16.55 -
YUV 62.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 18 75 113 0.84 0.34 0 0.56 204 0.73 0.26
Hex 12 4B 71 54 22 0 38 CC 49 1A
Octal 22 113 161 124 42 0 70 314 111 32
Binary 10010 1001011 1110001 1010100 100010 0 111000 11001100 1001001 11010

Color Harmonies of #124B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B71

Black with #124B71

Text Example


Text Example

White with #124B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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