Html Css Color HEX #123C83 Dark Cerulean

📋 copy color: '#123C83'

red 18 ◦ green 60 ◦ blue 131

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

Shades of Dark Cerulean #123C83

Tints of Dark Cerulean #123C83

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

 BLUE value IS 131 (51.56% from 255) = 62.68%

R = 8.61%
G = 28.71%
B = 62.68%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123C83 (or 0x123C83) is known color: Dark Cerulean. HEX triplet: 12, 3C and 83. RGB value is (18,60,131). Sum of RGB (Red+Green+Blue) = 18+60+131=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #123C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C83 is #EDC37C. Grayscale: #373737. Windows color (decimal): -15582077 or 8600594. OLE color: 8600594.

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

Color convert

RGB 18 60 131 -
CMYK 0.86 0.54 0 0.49
HSL 217.7º 0.76% 0.29% -
HSV(B) 217.7º 0.86% 0.51% -
XYZ 5.96 5 22.12 -
YUV 55.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 18 60 131 0.86 0.54 0 0.49 217.7 0.76 0.29
Hex 12 3C 83 56 36 0 31 DA 4C 1D
Octal 22 74 203 126 66 0 61 332 114 35
Binary 10010 111100 10000011 1010110 110110 0 110001 11011010 1001100 11101

Color Harmonies of #123C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C83

Black with #123C83

Text Example


Text Example

White with #123C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,60,131); }

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

background-color css

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

 a { background-color: rgb(18,60,131); }

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

border-color css

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

 span { border-color: rgb(18,60,131); }

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