Html Css Color HEX #12488C Dark Cerulean

📋 copy color: '#12488C'

red 18 ◦ green 72 ◦ blue 140

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

Shades of Dark Cerulean #12488C

Tints of Dark Cerulean #12488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 7.83%
G = 31.3%
B = 60.87%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12488C (or 0x12488C) is known color: Dark Cerulean. HEX triplet: 12, 48 and 8C. RGB value is (18,72,140). Sum of RGB (Red+Green+Blue) = 18+72+140=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #12488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12488C is #EDB773. Grayscale: #3F3F3F. Windows color (decimal): -15578996 or 9193490. OLE color: 9193490.

HSL color Cylindrical-coordinate representation of color #12488C: hue angle of 213.44º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12488C is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 72 140 -
CMYK 0.87 0.49 0 0.45
HSL 213.44º 0.77% 0.31% -
HSV(B) 213.44º 0.87% 0.55% -
XYZ 7.3 6.66 25.71 -
YUV 63.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 18 72 140 0.87 0.49 0 0.45 213.44 0.77 0.31
Hex 12 48 8C 57 31 0 2D D5 4D 1F
Octal 22 110 214 127 61 0 55 325 115 37
Binary 10010 1001000 10001100 1010111 110001 0 101101 11010101 1001101 11111

Color Harmonies of #12488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12488C

Black with #12488C

Text Example


Text Example

White with #12488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12488C; }

 p { color: rgb(18,72,140); }

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

background-color css

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

 a { background-color: rgb(18,72,140); }

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

border-color css

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

 span { border-color: rgb(18,72,140); }

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