Html Css Color HEX #123780 Dark Cerulean

📋 copy color: '#123780'

red 18 ◦ green 55 ◦ blue 128

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

Shades of Dark Cerulean #123780

Tints of Dark Cerulean #123780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 63.68%

R = 8.96%
G = 27.36%
B = 63.68%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#123780 (or 0x123780) is known color: Dark Cerulean. HEX triplet: 12, 37 and 80. RGB value is (18,55,128). Sum of RGB (Red+Green+Blue) = 18+55+128=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #123780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123780 is #EDC87F. Grayscale: #333333. Windows color (decimal): -15583360 or 8402706. OLE color: 8402706.

HSL color Cylindrical-coordinate representation of color #123780: hue angle of 219.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123780 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 55 128 -
CMYK 0.86 0.57 0 0.50
HSL 219.82º 0.75% 0.29% -
HSV(B) 219.82º 0.86% 0.5% -
XYZ 5.51 4.42 20.98 -
YUV 52.26 170.74 103.56 -
System Red Green Blue C M Y K H S L
Decimal 18 55 128 0.86 0.57 0 0.50 219.82 0.75 0.29
Hex 12 37 80 56 39 0 32 DC 4B 1D
Octal 22 67 200 126 71 0 62 334 113 35
Binary 10010 110111 10000000 1010110 111001 0 110010 11011100 1001011 11101

Color Harmonies of #123780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123780

Black with #123780

Text Example


Text Example

White with #123780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123780; }

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

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

background-color css

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

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

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

border-color css

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

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

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