Html Css Color HEX #124274 Dark Cerulean

📋 copy color: '#124274'

red 18 ◦ green 66 ◦ blue 116

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

Shades of Dark Cerulean #124274

Tints of Dark Cerulean #124274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

 BLUE value IS 116 (45.7% from 255) = 58%

R = 9%
G = 33%
B = 58%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124274 (or 0x124274) is known color: Dark Cerulean. HEX triplet: 12, 42 and 74. RGB value is (18,66,116). Sum of RGB (Red+Green+Blue) = 18+66+116=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #124274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124274 is #EDBD8B. Grayscale: #393939. Windows color (decimal): -15580556 or 7619090. OLE color: 7619090.

HSL color Cylindrical-coordinate representation of color #124274: hue angle of 210.61º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124274 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 66 116 -
CMYK 0.84 0.43 0 0.55
HSL 210.61º 0.73% 0.26% -
HSV(B) 210.61º 0.84% 0.45% -
XYZ 5.35 5.29 17.26 -
YUV 57.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 18 66 116 0.84 0.43 0 0.55 210.61 0.73 0.26
Hex 12 42 74 54 2B 0 37 D3 49 1A
Octal 22 102 164 124 53 0 67 323 111 32
Binary 10010 1000010 1110100 1010100 101011 0 110111 11010011 1001001 11010

Color Harmonies of #124274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124274

Black with #124274

Text Example


Text Example

White with #124274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124274; }

 p { color: rgb(18,66,116); }

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

background-color css

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

 a { background-color: rgb(18,66,116); }

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

border-color css

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

 span { border-color: rgb(18,66,116); }

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