Html Css Color HEX #12385A Regal Blue

📋 copy color: '#12385A'

red 18 ◦ green 56 ◦ blue 90

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

Shades of Regal Blue #12385A

Tints of Regal Blue #12385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.88%

R = 10.98%
G = 34.15%
B = 54.88%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12385A (or 0x12385A) is known color: Regal Blue. HEX triplet: 12, 38 and 5A. RGB value is (18,56,90). Sum of RGB (Red+Green+Blue) = 18+56+90=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #12385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12385A is #EDC7A5. Grayscale: #303030. Windows color (decimal): -15583142 or 5912594. OLE color: 5912594.

HSL color Cylindrical-coordinate representation of color #12385A: hue angle of 208.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12385A is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 56 90 -
CMYK 0.80 0.38 0 0.65
HSL 208.33º 0.67% 0.21% -
HSV(B) 208.33º 0.8% 0.35% -
XYZ 3.51 3.7 10.2 -
YUV 48.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 18 56 90 0.80 0.38 0 0.65 208.33 0.67 0.21
Hex 12 38 5A 50 26 0 41 D0 43 15
Octal 22 70 132 120 46 0 101 320 103 25
Binary 10010 111000 1011010 1010000 100110 0 1000001 11010000 1000011 10101

Color Harmonies of #12385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12385A

Black with #12385A

Text Example


Text Example

White with #12385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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