Html Css Color HEX #123883 Dark Cerulean

📋 copy color: '#123883'

red 18 ◦ green 56 ◦ blue 131

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

Shades of Dark Cerulean #123883

Tints of Dark Cerulean #123883

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

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

R = 8.78%
G = 27.32%
B = 63.9%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123883 (or 0x123883) is known color: Dark Cerulean. HEX triplet: 12, 38 and 83. RGB value is (18,56,131). Sum of RGB (Red+Green+Blue) = 18+56+131=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #123883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123883 is #EDC77C. Grayscale: #343434. Windows color (decimal): -15583101 or 8599570. OLE color: 8599570.

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

Color convert

RGB 18 56 131 -
CMYK 0.86 0.57 0 0.49
HSL 219.82º 0.76% 0.29% -
HSV(B) 219.82º 0.86% 0.51% -
XYZ 5.76 4.6 22.06 -
YUV 53.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 18 56 131 0.86 0.57 0 0.49 219.82 0.76 0.29
Hex 12 38 83 56 39 0 31 DC 4C 1D
Octal 22 70 203 126 71 0 61 334 114 35
Binary 10010 111000 10000011 1010110 111001 0 110001 11011100 1001100 11101

Color Harmonies of #123883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123883

Black with #123883

Text Example


Text Example

White with #123883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123883; }

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

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

background-color css

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

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

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

border-color css

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

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

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