Html Css Color HEX #124469 Regal Blue

📋 copy color: '#124469'

red 18 ◦ green 68 ◦ blue 105

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

Shades of Regal Blue #124469

Tints of Regal Blue #124469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

 BLUE value IS 105 (41.41% from 255) = 54.97%

R = 9.42%
G = 35.6%
B = 54.97%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124469 (or 0x124469) is known color: Regal Blue. HEX triplet: 12, 44 and 69. RGB value is (18,68,105). Sum of RGB (Red+Green+Blue) = 18+68+105=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #124469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124469 is #EDBB96. Grayscale: #393939. Windows color (decimal): -15580055 or 6898706. OLE color: 6898706.

HSL color Cylindrical-coordinate representation of color #124469: hue angle of 205.52º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124469 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 68 105 -
CMYK 0.83 0.35 0 0.59
HSL 205.52º 0.71% 0.24% -
HSV(B) 205.52º 0.83% 0.41% -
XYZ 4.87 5.28 14.13 -
YUV 57.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 18 68 105 0.83 0.35 0 0.59 205.52 0.71 0.24
Hex 12 44 69 53 23 0 3B CE 47 18
Octal 22 104 151 123 43 0 73 316 107 30
Binary 10010 1000100 1101001 1010011 100011 0 111011 11001110 1000111 11000

Color Harmonies of #124469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124469

Black with #124469

Text Example


Text Example

White with #124469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124469; }

 p { color: rgb(18,68,105); }

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

background-color css

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

 a { background-color: rgb(18,68,105); }

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

border-color css

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

 span { border-color: rgb(18,68,105); }

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