Html Css Color HEX #124F94 Dark Cerulean

📋 copy color: '#124F94'

red 18 ◦ green 79 ◦ blue 148

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

Shades of Dark Cerulean #124F94

Tints of Dark Cerulean #124F94

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.24%

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 7.35%
G = 32.24%
B = 60.41%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124F94 (or 0x124F94) is known color: Dark Cerulean. HEX triplet: 12, 4F and 94. RGB value is (18,79,148). Sum of RGB (Red+Green+Blue) = 18+79+148=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #124F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F94 is #EDB06B. Grayscale: #444444. Windows color (decimal): -15577196 or 9719570. OLE color: 9719570.

HSL color Cylindrical-coordinate representation of color #124F94: hue angle of 211.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124F94 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 79 148 -
CMYK 0.88 0.47 0 0.42
HSL 211.85º 0.78% 0.33% -
HSV(B) 211.85º 0.88% 0.58% -
XYZ 8.39 7.86 29.09 -
YUV 68.63 172.79 91.89 -
System Red Green Blue C M Y K H S L
Decimal 18 79 148 0.88 0.47 0 0.42 211.85 0.78 0.33
Hex 12 4F 94 58 2F 0 2A D4 4E 21
Octal 22 117 224 130 57 0 52 324 116 41
Binary 10010 1001111 10010100 1011000 101111 0 101010 11010100 1001110 100001

Color Harmonies of #124F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F94

Black with #124F94

Text Example


Text Example

White with #124F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,148); }

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

background-color css

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

 a { background-color: rgb(18,79,148); }

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

border-color css

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

 span { border-color: rgb(18,79,148); }

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