Html Css Color HEX #123A81 Dark Cerulean

📋 copy color: '#123A81'

red 18 ◦ green 58 ◦ blue 129

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

Shades of Dark Cerulean #123A81

Tints of Dark Cerulean #123A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.29%

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

R = 8.78%
G = 28.29%
B = 62.93%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123A81 (or 0x123A81) is known color: Dark Cerulean. HEX triplet: 12, 3A and 81. RGB value is (18,58,129). Sum of RGB (Red+Green+Blue) = 18+58+129=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #123A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A81 is #EDC57E. Grayscale: #353535. Windows color (decimal): -15582591 or 8469010. OLE color: 8469010.

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

Color convert

RGB 18 58 129 -
CMYK 0.86 0.55 0 0.49
HSL 218.38º 0.76% 0.29% -
HSV(B) 218.38º 0.86% 0.51% -
XYZ 5.72 4.74 21.38 -
YUV 54.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 18 58 129 0.86 0.55 0 0.49 218.38 0.76 0.29
Hex 12 3A 81 56 37 0 31 DA 4C 1D
Octal 22 72 201 126 67 0 61 332 114 35
Binary 10010 111010 10000001 1010110 110111 0 110001 11011010 1001100 11101

Color Harmonies of #123A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A81

Black with #123A81

Text Example


Text Example

White with #123A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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