Html Css Color HEX #12335B Regal Blue

📋 copy color: '#12335B'

red 18 ◦ green 51 ◦ blue 91

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

Shades of Regal Blue #12335B

Tints of Regal Blue #12335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.88%

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

R = 11.25%
G = 31.88%
B = 56.88%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12335B (or 0x12335B) is known color: Regal Blue. HEX triplet: 12, 33 and 5B. RGB value is (18,51,91). Sum of RGB (Red+Green+Blue) = 18+51+91=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #12335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12335B is #EDCCA4. Grayscale: #2D2D2D. Windows color (decimal): -15584421 or 5976850. OLE color: 5976850.

HSL color Cylindrical-coordinate representation of color #12335B: hue angle of 212.88º 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 #12335B is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 51 91 -
CMYK 0.80 0.44 0 0.64
HSL 212.88º 0.67% 0.21% -
HSV(B) 212.88º 0.8% 0.36% -
XYZ 3.32 3.25 10.35 -
YUV 45.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 18 51 91 0.80 0.44 0 0.64 212.88 0.67 0.21
Hex 12 33 5B 50 2C 0 40 D5 43 15
Octal 22 63 133 120 54 0 100 325 103 25
Binary 10010 110011 1011011 1010000 101100 0 1000000 11010101 1000011 10101

Color Harmonies of #12335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12335B

Black with #12335B

Text Example


Text Example

White with #12335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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