Html Css Color HEX #123D82 Dark Cerulean

📋 copy color: '#123D82'

red 18 ◦ green 61 ◦ blue 130

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

Shades of Dark Cerulean #123D82

Tints of Dark Cerulean #123D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.19%

 BLUE value IS 130 (51.17% from 255) = 62.2%

R = 8.61%
G = 29.19%
B = 62.2%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123D82 (or 0x123D82) is known color: Dark Cerulean. HEX triplet: 12, 3D and 82. RGB value is (18,61,130). Sum of RGB (Red+Green+Blue) = 18+61+130=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #123D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123D82 is #EDC27D. Grayscale: #373737. Windows color (decimal): -15581822 or 8535314. OLE color: 8535314.

HSL color Cylindrical-coordinate representation of color #123D82: hue angle of 216.96º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123D82 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 61 130 -
CMYK 0.86 0.53 0 0.49
HSL 216.96º 0.76% 0.29% -
HSV(B) 216.96º 0.86% 0.51% -
XYZ 5.95 5.08 21.79 -
YUV 56.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 18 61 130 0.86 0.53 0 0.49 216.96 0.76 0.29
Hex 12 3D 82 56 35 0 31 D9 4C 1D
Octal 22 75 202 126 65 0 61 331 114 35
Binary 10010 111101 10000010 1010110 110101 0 110001 11011001 1001100 11101

Color Harmonies of #123D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D82

Black with #123D82

Text Example


Text Example

White with #123D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,61,130); }

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

background-color css

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

 a { background-color: rgb(18,61,130); }

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

border-color css

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

 span { border-color: rgb(18,61,130); }

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