Html Css Color HEX #123783 Dark Cerulean

📋 copy color: '#123783'

red 18 ◦ green 55 ◦ blue 131

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

Shades of Dark Cerulean #123783

Tints of Dark Cerulean #123783

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

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

R = 8.82%
G = 26.96%
B = 64.22%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123783 (or 0x123783) is known color: Dark Cerulean. HEX triplet: 12, 37 and 83. RGB value is (18,55,131). Sum of RGB (Red+Green+Blue) = 18+55+131=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #123783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123783 is #EDC87C. Grayscale: #343434. Windows color (decimal): -15583357 or 8599314. OLE color: 8599314.

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

Color convert

RGB 18 55 131 -
CMYK 0.86 0.58 0 0.49
HSL 220.35º 0.76% 0.29% -
HSV(B) 220.35º 0.86% 0.51% -
XYZ 5.71 4.5 22.04 -
YUV 52.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 18 55 131 0.86 0.58 0 0.49 220.35 0.76 0.29
Hex 12 37 83 56 3A 0 31 DC 4C 1D
Octal 22 67 203 126 72 0 61 334 114 35
Binary 10010 110111 10000011 1010110 111010 0 110001 11011100 1001100 11101

Color Harmonies of #123783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123783

Black with #123783

Text Example


Text Example

White with #123783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123783; }

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

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

background-color css

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

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

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

border-color css

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

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

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