Html Css Color HEX #123357 Regal Blue

📋 copy color: '#123357'

red 18 ◦ green 51 ◦ blue 87

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

Shades of Regal Blue #123357

Tints of Regal Blue #123357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 55.77%

R = 11.54%
G = 32.69%
B = 55.77%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#123357 (or 0x123357) is known color: Regal Blue. HEX triplet: 12, 33 and 57. RGB value is (18,51,87). Sum of RGB (Red+Green+Blue) = 18+51+87=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #123357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123357 is #EDCCA8. Grayscale: #2D2D2D. Windows color (decimal): -15584425 or 5714706. OLE color: 5714706.

HSL color Cylindrical-coordinate representation of color #123357: hue angle of 211.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123357 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 51 87 -
CMYK 0.79 0.41 0 0.66
HSL 211.3º 0.66% 0.21% -
HSV(B) 211.3º 0.79% 0.34% -
XYZ 3.15 3.18 9.47 -
YUV 45.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 18 51 87 0.79 0.41 0 0.66 211.3 0.66 0.21
Hex 12 33 57 4F 29 0 42 D3 42 15
Octal 22 63 127 117 51 0 102 323 102 25
Binary 10010 110011 1010111 1001111 101001 0 1000010 11010011 1000010 10101

Color Harmonies of #123357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123357

Black with #123357

Text Example


Text Example

White with #123357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123357; }

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

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

background-color css

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

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

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

border-color css

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

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

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