Html Css Color HEX #123380 Dark Cerulean

📋 copy color: '#123380'

red 18 ◦ green 51 ◦ blue 128

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

Shades of Dark Cerulean #123380

Tints of Dark Cerulean #123380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64.97%

R = 9.14%
G = 25.89%
B = 64.97%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#123380 (or 0x123380) is known color: Dark Cerulean. HEX triplet: 12, 33 and 80. RGB value is (18,51,128). Sum of RGB (Red+Green+Blue) = 18+51+128=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #123380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123380 is #EDCC7F. Grayscale: #313131. Windows color (decimal): -15584384 or 8401682. OLE color: 8401682.

HSL color Cylindrical-coordinate representation of color #123380: hue angle of 222º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123380 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 51 128 -
CMYK 0.86 0.60 0 0.50
HSL 222º 0.75% 0.29% -
HSV(B) 222º 0.86% 0.5% -
XYZ 5.33 4.05 20.92 -
YUV 49.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 18 51 128 0.86 0.60 0 0.50 222 0.75 0.29
Hex 12 33 80 56 3C 0 32 DE 4B 1D
Octal 22 63 200 126 74 0 62 336 113 35
Binary 10010 110011 10000000 1010110 111100 0 110010 11011110 1001011 11101

Color Harmonies of #123380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123380

Black with #123380

Text Example


Text Example

White with #123380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123380; }

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

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

background-color css

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

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

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

border-color css

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

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

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