Html Css Color HEX #123982 Dark Cerulean

📋 copy color: '#123982'

red 18 ◦ green 57 ◦ blue 130

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

Shades of Dark Cerulean #123982

Tints of Dark Cerulean #123982

RGB

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

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

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

R = 8.78%
G = 27.8%
B = 63.41%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123982 (or 0x123982) is known color: Dark Cerulean. HEX triplet: 12, 39 and 82. RGB value is (18,57,130). Sum of RGB (Red+Green+Blue) = 18+57+130=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #123982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123982 is #EDC67D. Grayscale: #353535. Windows color (decimal): -15582846 or 8534290. OLE color: 8534290.

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

Color convert

RGB 18 57 130 -
CMYK 0.86 0.56 0 0.49
HSL 219.11º 0.76% 0.29% -
HSV(B) 219.11º 0.86% 0.51% -
XYZ 5.74 4.67 21.72 -
YUV 53.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 18 57 130 0.86 0.56 0 0.49 219.11 0.76 0.29
Hex 12 39 82 56 38 0 31 DB 4C 1D
Octal 22 71 202 126 70 0 61 333 114 35
Binary 10010 111001 10000010 1010110 111000 0 110001 11011011 1001100 11101

Color Harmonies of #123982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123982

Black with #123982

Text Example


Text Example

White with #123982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123982; }

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

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

background-color css

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

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

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

border-color css

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

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

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