Html Css Color HEX #12377C Dark Cerulean

📋 copy color: '#12377C'

red 18 ◦ green 55 ◦ blue 124

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

Shades of Dark Cerulean #12377C

Tints of Dark Cerulean #12377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 124 (48.83% from 255) = 62.94%

R = 9.14%
G = 27.92%
B = 62.94%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12377C (or 0x12377C) is known color: Dark Cerulean. HEX triplet: 12, 37 and 7C. RGB value is (18,55,124). Sum of RGB (Red+Green+Blue) = 18+55+124=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #12377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12377C is #EDC883. Grayscale: #333333. Windows color (decimal): -15583364 or 8140562. OLE color: 8140562.

HSL color Cylindrical-coordinate representation of color #12377C: hue angle of 219.06º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12377C is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 55 124 -
CMYK 0.85 0.56 0 0.51
HSL 219.06º 0.75% 0.28% -
HSV(B) 219.06º 0.85% 0.49% -
XYZ 5.25 4.32 19.62 -
YUV 51.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 18 55 124 0.85 0.56 0 0.51 219.06 0.75 0.28
Hex 12 37 7C 55 38 0 33 DB 4B 1C
Octal 22 67 174 125 70 0 63 333 113 34
Binary 10010 110111 1111100 1010101 111000 0 110011 11011011 1001011 11100

Color Harmonies of #12377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12377C

Black with #12377C

Text Example


Text Example

White with #12377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,55,124); }

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

background-color css

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

 a { background-color: rgb(18,55,124); }

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

border-color css

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

 span { border-color: rgb(18,55,124); }

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