Html Css Color HEX #123383 Dark Cerulean

📋 copy color: '#123383'

red 18 ◦ green 51 ◦ blue 131

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

Shades of Dark Cerulean #123383

Tints of Dark Cerulean #123383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

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

R = 9%
G = 25.5%
B = 65.5%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123383 (or 0x123383) is known color: Dark Cerulean. HEX triplet: 12, 33 and 83. RGB value is (18,51,131). Sum of RGB (Red+Green+Blue) = 18+51+131=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #123383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123383 is #EDCC7C. Grayscale: #313131. Windows color (decimal): -15584381 or 8598290. OLE color: 8598290.

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

Color convert

RGB 18 51 131 -
CMYK 0.86 0.61 0 0.49
HSL 222.48º 0.76% 0.29% -
HSV(B) 222.48º 0.86% 0.51% -
XYZ 5.53 4.13 21.98 -
YUV 50.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 18 51 131 0.86 0.61 0 0.49 222.48 0.76 0.29
Hex 12 33 83 56 3D 0 31 DE 4C 1D
Octal 22 63 203 126 75 0 61 336 114 35
Binary 10010 110011 10000011 1010110 111101 0 110001 11011110 1001100 11101

Color Harmonies of #123383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123383

Black with #123383

Text Example


Text Example

White with #123383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123383; }

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

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

background-color css

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

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

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

border-color css

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

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

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