Html Css Color HEX #12375B Regal Blue

📋 copy color: '#12375B'

red 18 ◦ green 55 ◦ blue 91

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

Shades of Regal Blue #12375B

Tints of Regal Blue #12375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.49%

R = 10.98%
G = 33.54%
B = 55.49%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12375B (or 0x12375B) is known color: Regal Blue. HEX triplet: 12, 37 and 5B. RGB value is (18,55,91). Sum of RGB (Red+Green+Blue) = 18+55+91=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #12375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12375B is #EDC8A4. Grayscale: #2F2F2F. Windows color (decimal): -15583397 or 5977874. OLE color: 5977874.

HSL color Cylindrical-coordinate representation of color #12375B: hue angle of 209.59º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12375B is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 55 91 -
CMYK 0.80 0.40 0 0.64
HSL 209.59º 0.67% 0.21% -
HSV(B) 209.59º 0.8% 0.36% -
XYZ 3.5 3.62 10.41 -
YUV 48.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 18 55 91 0.80 0.40 0 0.64 209.59 0.67 0.21
Hex 12 37 5B 50 28 0 40 D2 43 15
Octal 22 67 133 120 50 0 100 322 103 25
Binary 10010 110111 1011011 1010000 101000 0 1000000 11010010 1000011 10101

Color Harmonies of #12375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12375B

Black with #12375B

Text Example


Text Example

White with #12375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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