Html Css Color HEX #124065 Regal Blue

📋 copy color: '#124065'

red 18 ◦ green 64 ◦ blue 101

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

Shades of Regal Blue #124065

Tints of Regal Blue #124065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

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

R = 9.84%
G = 34.97%
B = 55.19%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#124065 (or 0x124065) is known color: Regal Blue. HEX triplet: 12, 40 and 65. RGB value is (18,64,101). Sum of RGB (Red+Green+Blue) = 18+64+101=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #124065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124065 is #EDBF9A. Grayscale: #363636. Windows color (decimal): -15581083 or 6635538. OLE color: 6635538.

HSL color Cylindrical-coordinate representation of color #124065: hue angle of 206.75º 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 #124065 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 64 101 -
CMYK 0.82 0.37 0 0.60
HSL 206.75º 0.7% 0.23% -
HSV(B) 206.75º 0.82% 0.4% -
XYZ 4.43 4.73 12.99 -
YUV 54.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 18 64 101 0.82 0.37 0 0.60 206.75 0.7 0.23
Hex 12 40 65 52 25 0 3C CF 46 17
Octal 22 100 145 122 45 0 74 317 106 27
Binary 10010 1000000 1100101 1010010 100101 0 111100 11001111 1000110 10111

Color Harmonies of #124065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124065

Black with #124065

Text Example


Text Example

White with #124065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124065; }

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

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

background-color css

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

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

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

border-color css

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

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

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