Html Css Color HEX #123482 Dark Cerulean

📋 copy color: '#123482'

red 18 ◦ green 52 ◦ blue 130

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

Shades of Dark Cerulean #123482

Tints of Dark Cerulean #123482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 130 (51.17% from 255) = 65%

R = 9%
G = 26%
B = 65%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#123482 (or 0x123482) is known color: Dark Cerulean. HEX triplet: 12, 34 and 82. RGB value is (18,52,130). Sum of RGB (Red+Green+Blue) = 18+52+130=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #123482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123482 is #EDCB7D. Grayscale: #323232. Windows color (decimal): -15584126 or 8533010. OLE color: 8533010.

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

Color convert

RGB 18 52 130 -
CMYK 0.86 0.60 0 0.49
HSL 221.79º 0.76% 0.29% -
HSV(B) 221.79º 0.86% 0.51% -
XYZ 5.51 4.2 21.64 -
YUV 50.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 18 52 130 0.86 0.60 0 0.49 221.79 0.76 0.29
Hex 12 34 82 56 3C 0 31 DE 4C 1D
Octal 22 64 202 126 74 0 61 336 114 35
Binary 10010 110100 10000010 1010110 111100 0 110001 11011110 1001100 11101

Color Harmonies of #123482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123482

Black with #123482

Text Example


Text Example

White with #123482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123482; }

 p { color: rgb(18,52,130); }

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

background-color css

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

 a { background-color: rgb(18,52,130); }

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

border-color css

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

 span { border-color: rgb(18,52,130); }

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