Html Css Color HEX #123181 Dark Cerulean

📋 copy color: '#123181'

red 18 ◦ green 49 ◦ blue 129

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

Shades of Dark Cerulean #123181

Tints of Dark Cerulean #123181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

 BLUE value IS 129 (50.78% from 255) = 65.82%

R = 9.18%
G = 25%
B = 65.82%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123181 (or 0x123181) is known color: Dark Cerulean. HEX triplet: 12, 31 and 81. RGB value is (18,49,129). Sum of RGB (Red+Green+Blue) = 18+49+129=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #123181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123181 is #EDCE7E. Grayscale: #303030. Windows color (decimal): -15584895 or 8466706. OLE color: 8466706.

HSL color Cylindrical-coordinate representation of color #123181: hue angle of 223.24º 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 #123181 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 49 129 -
CMYK 0.86 0.62 0 0.49
HSL 223.24º 0.76% 0.29% -
HSV(B) 223.24º 0.86% 0.51% -
XYZ 5.31 3.91 21.24 -
YUV 48.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 18 49 129 0.86 0.62 0 0.49 223.24 0.76 0.29
Hex 12 31 81 56 3E 0 31 DF 4C 1D
Octal 22 61 201 126 76 0 61 337 114 35
Binary 10010 110001 10000001 1010110 111110 0 110001 11011111 1001100 11101

Color Harmonies of #123181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123181

Black with #123181

Text Example


Text Example

White with #123181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123181; }

 p { color: rgb(18,49,129); }

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

background-color css

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

 a { background-color: rgb(18,49,129); }

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

border-color css

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

 span { border-color: rgb(18,49,129); }

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