Html Css Color HEX #124384 Dark Cerulean

📋 copy color: '#124384'

red 18 ◦ green 67 ◦ blue 132

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

Shades of Dark Cerulean #124384

Tints of Dark Cerulean #124384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

 BLUE value IS 132 (51.95% from 255) = 60.83%

R = 8.29%
G = 30.88%
B = 60.83%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124384 (or 0x124384) is known color: Dark Cerulean. HEX triplet: 12, 43 and 84. RGB value is (18,67,132). Sum of RGB (Red+Green+Blue) = 18+67+132=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #124384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124384 is #EDBC7B. Grayscale: #3B3B3B. Windows color (decimal): -15580284 or 8667922. OLE color: 8667922.

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

Color convert

RGB 18 67 132 -
CMYK 0.86 0.49 0 0.48
HSL 214.21º 0.76% 0.29% -
HSV(B) 214.21º 0.86% 0.52% -
XYZ 6.42 5.81 22.61 -
YUV 59.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 18 67 132 0.86 0.49 0 0.48 214.21 0.76 0.29
Hex 12 43 84 56 31 0 30 D6 4C 1D
Octal 22 103 204 126 61 0 60 326 114 35
Binary 10010 1000011 10000100 1010110 110001 0 110000 11010110 1001100 11101

Color Harmonies of #124384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124384

Black with #124384

Text Example


Text Example

White with #124384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124384; }

 p { color: rgb(18,67,132); }

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

background-color css

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

 a { background-color: rgb(18,67,132); }

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

border-color css

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

 span { border-color: rgb(18,67,132); }

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