Html Css Color HEX #123381 Dark Cerulean

📋 copy color: '#123381'

red 18 ◦ green 51 ◦ blue 129

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

Shades of Dark Cerulean #123381

Tints of Dark Cerulean #123381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 9.09%
G = 25.76%
B = 65.15%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123381 (or 0x123381) is known color: Dark Cerulean. HEX triplet: 12, 33 and 81. RGB value is (18,51,129). Sum of RGB (Red+Green+Blue) = 18+51+129=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #123381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123381 is #EDCC7E. Grayscale: #313131. Windows color (decimal): -15584383 or 8467218. OLE color: 8467218.

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

Color convert

RGB 18 51 129 -
CMYK 0.86 0.60 0 0.49
HSL 222.16º 0.76% 0.29% -
HSV(B) 222.16º 0.86% 0.51% -
XYZ 5.4 4.08 21.27 -
YUV 50.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 18 51 129 0.86 0.60 0 0.49 222.16 0.76 0.29
Hex 12 33 81 56 3C 0 31 DE 4C 1D
Octal 22 63 201 126 74 0 61 336 114 35
Binary 10010 110011 10000001 1010110 111100 0 110001 11011110 1001100 11101

Color Harmonies of #123381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123381

Black with #123381

Text Example


Text Example

White with #123381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123381; }

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

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

background-color css

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

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

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

border-color css

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

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

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