Html Css Color HEX #123A85 Dark Cerulean

📋 copy color: '#123A85'

red 18 ◦ green 58 ◦ blue 133

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

Shades of Dark Cerulean #123A85

Tints of Dark Cerulean #123A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.75%

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

R = 8.61%
G = 27.75%
B = 63.64%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#123A85 (or 0x123A85) is known color: Dark Cerulean. HEX triplet: 12, 3A and 85. RGB value is (18,58,133). Sum of RGB (Red+Green+Blue) = 18+58+133=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #123A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A85 is #EDC57A. Grayscale: #363636. Windows color (decimal): -15582587 or 8731154. OLE color: 8731154.

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

Color convert

RGB 18 58 133 -
CMYK 0.86 0.56 0 0.48
HSL 219.13º 0.76% 0.3% -
HSV(B) 219.13º 0.86% 0.52% -
XYZ 6 4.85 22.81 -
YUV 54.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 18 58 133 0.86 0.56 0 0.48 219.13 0.76 0.3
Hex 12 3A 85 56 38 0 30 DB 4C 1E
Octal 22 72 205 126 70 0 60 333 114 36
Binary 10010 111010 10000101 1010110 111000 0 110000 11011011 1001100 11110

Color Harmonies of #123A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A85

Black with #123A85

Text Example


Text Example

White with #123A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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