Html Css Color HEX #123683 Dark Cerulean

📋 copy color: '#123683'

red 18 ◦ green 54 ◦ blue 131

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

Shades of Dark Cerulean #123683

Tints of Dark Cerulean #123683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

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

R = 8.87%
G = 26.6%
B = 64.53%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123683 (or 0x123683) is known color: Dark Cerulean. HEX triplet: 12, 36 and 83. RGB value is (18,54,131). Sum of RGB (Red+Green+Blue) = 18+54+131=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #123683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123683 is #EDC97C. Grayscale: #333333. Windows color (decimal): -15583613 or 8599058. OLE color: 8599058.

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

Color convert

RGB 18 54 131 -
CMYK 0.86 0.59 0 0.49
HSL 220.89º 0.76% 0.29% -
HSV(B) 220.89º 0.86% 0.51% -
XYZ 5.67 4.41 22.02 -
YUV 52.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 18 54 131 0.86 0.59 0 0.49 220.89 0.76 0.29
Hex 12 36 83 56 3B 0 31 DD 4C 1D
Octal 22 66 203 126 73 0 61 335 114 35
Binary 10010 110110 10000011 1010110 111011 0 110001 11011101 1001100 11101

Color Harmonies of #123683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123683

Black with #123683

Text Example


Text Example

White with #123683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123683; }

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

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

background-color css

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

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

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

border-color css

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

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

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