Html Css Color HEX #124365 Regal Blue

📋 copy color: '#124365'

red 18 ◦ green 67 ◦ blue 101

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

Shades of Regal Blue #124365

Tints of Regal Blue #124365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

 BLUE value IS 101 (39.84% from 255) = 54.3%

R = 9.68%
G = 36.02%
B = 54.3%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#124365 (or 0x124365) is known color: Regal Blue. HEX triplet: 12, 43 and 65. RGB value is (18,67,101). Sum of RGB (Red+Green+Blue) = 18+67+101=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #124365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124365 is #EDBC9A. Grayscale: #383838. Windows color (decimal): -15580315 or 6636306. OLE color: 6636306.

HSL color Cylindrical-coordinate representation of color #124365: hue angle of 204.58º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124365 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 67 101 -
CMYK 0.82 0.34 0 0.60
HSL 204.58º 0.7% 0.23% -
HSV(B) 204.58º 0.82% 0.4% -
XYZ 4.61 5.08 13.05 -
YUV 56.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 18 67 101 0.82 0.34 0 0.60 204.58 0.7 0.23
Hex 12 43 65 52 22 0 3C CD 46 17
Octal 22 103 145 122 42 0 74 315 106 27
Binary 10010 1000011 1100101 1010010 100010 0 111100 11001101 1000110 10111

Color Harmonies of #124365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124365

Black with #124365

Text Example


Text Example

White with #124365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124365; }

 p { color: rgb(18,67,101); }

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

background-color css

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

 a { background-color: rgb(18,67,101); }

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

border-color css

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

 span { border-color: rgb(18,67,101); }

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