Html Css Color HEX #124369 Regal Blue

📋 copy color: '#124369'

red 18 ◦ green 67 ◦ blue 105

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

Shades of Regal Blue #124369

Tints of Regal Blue #124369

RGB

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

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

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

R = 9.47%
G = 35.26%
B = 55.26%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124369 (or 0x124369) is known color: Regal Blue. HEX triplet: 12, 43 and 69. RGB value is (18,67,105). Sum of RGB (Red+Green+Blue) = 18+67+105=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #124369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124369 is #EDBC96. Grayscale: #383838. Windows color (decimal): -15580311 or 6898450. OLE color: 6898450.

HSL color Cylindrical-coordinate representation of color #124369: hue angle of 206.21º 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 #124369 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 67 105 -
CMYK 0.83 0.36 0 0.59
HSL 206.21º 0.71% 0.24% -
HSV(B) 206.21º 0.83% 0.41% -
XYZ 4.81 5.16 14.11 -
YUV 56.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 18 67 105 0.83 0.36 0 0.59 206.21 0.71 0.24
Hex 12 43 69 53 24 0 3B CE 47 18
Octal 22 103 151 123 44 0 73 316 107 30
Binary 10010 1000011 1101001 1010011 100100 0 111011 11001110 1000111 11000

Color Harmonies of #124369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124369

Black with #124369

Text Example


Text Example

White with #124369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124369; }

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

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

background-color css

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

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

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

border-color css

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

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

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