Html Css Color HEX #124B6C Dark Cerulean

📋 copy color: '#124B6C'

red 18 ◦ green 75 ◦ blue 108

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

Shades of Dark Cerulean #124B6C

Tints of Dark Cerulean #124B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.73%

R = 8.96%
G = 37.31%
B = 53.73%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#124B6C (or 0x124B6C) is known color: Dark Cerulean. HEX triplet: 12, 4B and 6C. RGB value is (18,75,108). Sum of RGB (Red+Green+Blue) = 18+75+108=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #124B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B6C is #EDB493. Grayscale: #3D3D3D. Windows color (decimal): -15578260 or 7097106. OLE color: 7097106.

HSL color Cylindrical-coordinate representation of color #124B6C: hue angle of 202º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124B6C is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 75 108 -
CMYK 0.83 0.31 0 0.58
HSL 202º 0.71% 0.25% -
HSV(B) 202º 0.83% 0.42% -
XYZ 5.47 6.24 15.1 -
YUV 61.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 18 75 108 0.83 0.31 0 0.58 202 0.71 0.25
Hex 12 4B 6C 53 1F 0 3A CA 47 19
Octal 22 113 154 123 37 0 72 312 107 31
Binary 10010 1001011 1101100 1010011 11111 0 111010 11001010 1000111 11001

Color Harmonies of #124B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B6C

Black with #124B6C

Text Example


Text Example

White with #124B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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