Html Css Color HEX #12385E Regal Blue

📋 copy color: '#12385E'

red 18 ◦ green 56 ◦ blue 94

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

Shades of Regal Blue #12385E

Tints of Regal Blue #12385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.95%

R = 10.71%
G = 33.33%
B = 55.95%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12385E (or 0x12385E) is known color: Regal Blue. HEX triplet: 12, 38 and 5E. RGB value is (18,56,94). Sum of RGB (Red+Green+Blue) = 18+56+94=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #12385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12385E is #EDC7A1. Grayscale: #303030. Windows color (decimal): -15583138 or 6174738. OLE color: 6174738.

HSL color Cylindrical-coordinate representation of color #12385E: hue angle of 210º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12385E is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 56 94 -
CMYK 0.81 0.40 0 0.63
HSL 210º 0.68% 0.22% -
HSV(B) 210º 0.81% 0.37% -
XYZ 3.68 3.77 11.12 -
YUV 48.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 18 56 94 0.81 0.40 0 0.63 210 0.68 0.22
Hex 12 38 5E 51 28 0 3F D2 44 16
Octal 22 70 136 121 50 0 77 322 104 26
Binary 10010 111000 1011110 1010001 101000 0 111111 11010010 1000100 10110

Color Harmonies of #12385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12385E

Black with #12385E

Text Example


Text Example

White with #12385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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