Html Css Color HEX #12367A Dark Cerulean

📋 copy color: '#12367A'

red 18 ◦ green 54 ◦ blue 122

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

Shades of Dark Cerulean #12367A

Tints of Dark Cerulean #12367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

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

R = 9.28%
G = 27.84%
B = 62.89%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12367A (or 0x12367A) is known color: Dark Cerulean. HEX triplet: 12, 36 and 7A. RGB value is (18,54,122). Sum of RGB (Red+Green+Blue) = 18+54+122=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #12367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12367A is #EDC985. Grayscale: #323232. Windows color (decimal): -15583622 or 8009234. OLE color: 8009234.

HSL color Cylindrical-coordinate representation of color #12367A: hue angle of 219.23º 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 #12367A is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 54 122 -
CMYK 0.85 0.56 0 0.52
HSL 219.23º 0.74% 0.27% -
HSV(B) 219.23º 0.85% 0.48% -
XYZ 5.08 4.17 18.95 -
YUV 50.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 18 54 122 0.85 0.56 0 0.52 219.23 0.74 0.27
Hex 12 36 7A 55 38 0 34 DB 4A 1B
Octal 22 66 172 125 70 0 64 333 112 33
Binary 10010 110110 1111010 1010101 111000 0 110100 11011011 1001010 11011

Color Harmonies of #12367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12367A

Black with #12367A

Text Example


Text Example

White with #12367A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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