Html Css Color HEX #123A83 Dark Cerulean

📋 copy color: '#123A83'

red 18 ◦ green 58 ◦ blue 131

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

Shades of Dark Cerulean #123A83

Tints of Dark Cerulean #123A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 63.29%

R = 8.7%
G = 28.02%
B = 63.29%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123A83 (or 0x123A83) is known color: Dark Cerulean. HEX triplet: 12, 3A and 83. RGB value is (18,58,131). Sum of RGB (Red+Green+Blue) = 18+58+131=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #123A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A83 is #EDC57C. Grayscale: #363636. Windows color (decimal): -15582589 or 8600082. OLE color: 8600082.

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

Color convert

RGB 18 58 131 -
CMYK 0.86 0.56 0 0.49
HSL 218.76º 0.76% 0.29% -
HSV(B) 218.76º 0.86% 0.51% -
XYZ 5.86 4.79 22.09 -
YUV 54.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 18 58 131 0.86 0.56 0 0.49 218.76 0.76 0.29
Hex 12 3A 83 56 38 0 31 DB 4C 1D
Octal 22 72 203 126 70 0 61 333 114 35
Binary 10010 111010 10000011 1010110 111000 0 110001 11011011 1001100 11101

Color Harmonies of #123A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A83

Black with #123A83

Text Example


Text Example

White with #123A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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