Html Css Color HEX #12387A Dark Cerulean

📋 copy color: '#12387A'

red 18 ◦ green 56 ◦ blue 122

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

Shades of Dark Cerulean #12387A

Tints of Dark Cerulean #12387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.57%

 BLUE value IS 122 (48.05% from 255) = 62.24%

R = 9.18%
G = 28.57%
B = 62.24%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12387A (or 0x12387A) is known color: Dark Cerulean. HEX triplet: 12, 38 and 7A. RGB value is (18,56,122). Sum of RGB (Red+Green+Blue) = 18+56+122=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #12387A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12387A is #EDC785. Grayscale: #333333. Windows color (decimal): -15583110 or 8009746. OLE color: 8009746.

HSL color Cylindrical-coordinate representation of color #12387A: hue angle of 218.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12387A is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 56 122 -
CMYK 0.85 0.54 0 0.52
HSL 218.08º 0.74% 0.27% -
HSV(B) 218.08º 0.85% 0.48% -
XYZ 5.18 4.36 18.98 -
YUV 52.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 18 56 122 0.85 0.54 0 0.52 218.08 0.74 0.27
Hex 12 38 7A 55 36 0 34 DA 4A 1B
Octal 22 70 172 125 66 0 64 332 112 33
Binary 10010 111000 1111010 1010101 110110 0 110100 11011010 1001010 11011

Color Harmonies of #12387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12387A

Black with #12387A

Text Example


Text Example

White with #12387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12387A; }

 p { color: rgb(18,56,122); }

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

background-color css

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

 a { background-color: rgb(18,56,122); }

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

border-color css

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

 span { border-color: rgb(18,56,122); }

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