Html Css Color HEX #123784 Dark Cerulean

📋 copy color: '#123784'

red 18 ◦ green 55 ◦ blue 132

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

Shades of Dark Cerulean #123784

Tints of Dark Cerulean #123784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 64.39%

R = 8.78%
G = 26.83%
B = 64.39%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#123784 (or 0x123784) is known color: Dark Cerulean. HEX triplet: 12, 37 and 84. RGB value is (18,55,132). Sum of RGB (Red+Green+Blue) = 18+55+132=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #123784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123784 is #EDC87B. Grayscale: #343434. Windows color (decimal): -15583356 or 8664850. OLE color: 8664850.

HSL color Cylindrical-coordinate representation of color #123784: hue angle of 220.53º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123784 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 55 132 -
CMYK 0.86 0.58 0 0.48
HSL 220.53º 0.76% 0.29% -
HSV(B) 220.53º 0.86% 0.52% -
XYZ 5.78 4.53 22.4 -
YUV 52.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 18 55 132 0.86 0.58 0 0.48 220.53 0.76 0.29
Hex 12 37 84 56 3A 0 30 DD 4C 1D
Octal 22 67 204 126 72 0 60 335 114 35
Binary 10010 110111 10000100 1010110 111010 0 110000 11011101 1001100 11101

Color Harmonies of #123784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123784

Black with #123784

Text Example


Text Example

White with #123784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123784; }

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

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

background-color css

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

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

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

border-color css

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

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

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