Html Css Color HEX #124382 Dark Cerulean

📋 copy color: '#124382'

red 18 ◦ green 67 ◦ blue 130

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

Shades of Dark Cerulean #124382

Tints of Dark Cerulean #124382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.47%

R = 8.37%
G = 31.16%
B = 60.47%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124382 (or 0x124382) is known color: Dark Cerulean. HEX triplet: 12, 43 and 82. RGB value is (18,67,130). Sum of RGB (Red+Green+Blue) = 18+67+130=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #124382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124382 is #EDBC7D. Grayscale: #3B3B3B. Windows color (decimal): -15580286 or 8536850. OLE color: 8536850.

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

Color convert

RGB 18 67 130 -
CMYK 0.86 0.48 0 0.49
HSL 213.75º 0.76% 0.29% -
HSV(B) 213.75º 0.86% 0.51% -
XYZ 6.29 5.75 21.9 -
YUV 59.53 167.77 98.38 -
System Red Green Blue C M Y K H S L
Decimal 18 67 130 0.86 0.48 0 0.49 213.75 0.76 0.29
Hex 12 43 82 56 30 0 31 D6 4C 1D
Octal 22 103 202 126 60 0 61 326 114 35
Binary 10010 1000011 10000010 1010110 110000 0 110001 11010110 1001100 11101

Color Harmonies of #124382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124382

Black with #124382

Text Example


Text Example

White with #124382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124382; }

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

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

background-color css

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

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

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

border-color css

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

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

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