Html Css Color HEX #123281 Dark Cerulean

📋 copy color: '#123281'

red 18 ◦ green 50 ◦ blue 129

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

Shades of Dark Cerulean #123281

Tints of Dark Cerulean #123281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

 BLUE value IS 129 (50.78% from 255) = 65.48%

R = 9.14%
G = 25.38%
B = 65.48%

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

#123281 (or 0x123281) is known color: Dark Cerulean. HEX triplet: 12, 32 and 81. RGB value is (18,50,129). Sum of RGB (Red+Green+Blue) = 18+50+129=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #123281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123281 is #EDCD7E. Grayscale: #313131. Windows color (decimal): -15584639 or 8466962. OLE color: 8466962.

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

Color convert

RGB 18 50 129 -
CMYK 0.86 0.61 0 0.49
HSL 222.7º 0.76% 0.29% -
HSV(B) 222.7º 0.86% 0.51% -
XYZ 5.35 3.99 21.26 -
YUV 49.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 18 50 129 0.86 0.61 0 0.49 222.7 0.76 0.29
Hex 12 32 81 56 3D 0 31 DF 4C 1D
Octal 22 62 201 126 75 0 61 337 114 35
Binary 10010 110010 10000001 1010110 111101 0 110001 11011111 1001100 11101

Color Harmonies of #123281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123281

Black with #123281

Text Example


Text Example

White with #123281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123281; }

 p { color: rgb(18,50,129); }

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

background-color css

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

 a { background-color: rgb(18,50,129); }

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

border-color css

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

 span { border-color: rgb(18,50,129); }

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