Html Css Color HEX #123B82 Dark Cerulean

📋 copy color: '#123B82'

red 18 ◦ green 59 ◦ blue 130

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

Shades of Dark Cerulean #123B82

Tints of Dark Cerulean #123B82

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

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

R = 8.7%
G = 28.5%
B = 62.8%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123B82 (or 0x123B82) is known color: Dark Cerulean. HEX triplet: 12, 3B and 82. RGB value is (18,59,130). Sum of RGB (Red+Green+Blue) = 18+59+130=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #123B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B82 is #EDC47D. Grayscale: #363636. Windows color (decimal): -15582334 or 8534802. OLE color: 8534802.

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

Color convert

RGB 18 59 130 -
CMYK 0.86 0.55 0 0.49
HSL 218.04º 0.76% 0.29% -
HSV(B) 218.04º 0.86% 0.51% -
XYZ 5.84 4.87 21.75 -
YUV 54.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 18 59 130 0.86 0.55 0 0.49 218.04 0.76 0.29
Hex 12 3B 82 56 37 0 31 DA 4C 1D
Octal 22 73 202 126 67 0 61 332 114 35
Binary 10010 111011 10000010 1010110 110111 0 110001 11011010 1001100 11101

Color Harmonies of #123B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B82

Black with #123B82

Text Example


Text Example

White with #123B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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