Html Css Color HEX #123785 Dark Cerulean

📋 copy color: '#123785'

red 18 ◦ green 55 ◦ blue 133

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

Shades of Dark Cerulean #123785

Tints of Dark Cerulean #123785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 64.56%

R = 8.74%
G = 26.7%
B = 64.56%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#123785 (or 0x123785) is known color: Dark Cerulean. HEX triplet: 12, 37 and 85. RGB value is (18,55,133). Sum of RGB (Red+Green+Blue) = 18+55+133=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #123785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123785 is #EDC87A. Grayscale: #343434. Windows color (decimal): -15583355 or 8730386. OLE color: 8730386.

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

Color convert

RGB 18 55 133 -
CMYK 0.86 0.59 0 0.48
HSL 220.7º 0.76% 0.3% -
HSV(B) 220.7º 0.86% 0.52% -
XYZ 5.85 4.55 22.76 -
YUV 52.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 18 55 133 0.86 0.59 0 0.48 220.7 0.76 0.3
Hex 12 37 85 56 3B 0 30 DD 4C 1E
Octal 22 67 205 126 73 0 60 335 114 36
Binary 10010 110111 10000101 1010110 111011 0 110000 11011101 1001100 11110

Color Harmonies of #123785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123785

Black with #123785

Text Example


Text Example

White with #123785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123785; }

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

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

background-color css

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

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

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

border-color css

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

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

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