Html Css Color HEX #123985 Dark Cerulean

📋 copy color: '#123985'

red 18 ◦ green 57 ◦ blue 133

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

Shades of Dark Cerulean #123985

Tints of Dark Cerulean #123985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

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

R = 8.65%
G = 27.4%
B = 63.94%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#123985 (or 0x123985) is known color: Dark Cerulean. HEX triplet: 12, 39 and 85. RGB value is (18,57,133). Sum of RGB (Red+Green+Blue) = 18+57+133=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #123985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123985 is #EDC67A. Grayscale: #353535. Windows color (decimal): -15582843 or 8730898. OLE color: 8730898.

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

Color convert

RGB 18 57 133 -
CMYK 0.86 0.57 0 0.48
HSL 219.65º 0.76% 0.3% -
HSV(B) 219.65º 0.86% 0.52% -
XYZ 5.95 4.75 22.79 -
YUV 54 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 18 57 133 0.86 0.57 0 0.48 219.65 0.76 0.3
Hex 12 39 85 56 39 0 30 DC 4C 1E
Octal 22 71 205 126 71 0 60 334 114 36
Binary 10010 111001 10000101 1010110 111001 0 110000 11011100 1001100 11110

Color Harmonies of #123985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123985

Black with #123985

Text Example


Text Example

White with #123985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123985; }

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

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

background-color css

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

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

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

border-color css

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

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

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