Html Css Color HEX #123962 Regal Blue

📋 copy color: '#123962'

red 18 ◦ green 57 ◦ blue 98

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

Shades of Regal Blue #123962

Tints of Regal Blue #123962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

 BLUE value IS 98 (38.67% from 255) = 56.65%

R = 10.4%
G = 32.95%
B = 56.65%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123962 (or 0x123962) is known color: Regal Blue. HEX triplet: 12, 39 and 62. RGB value is (18,57,98). Sum of RGB (Red+Green+Blue) = 18+57+98=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #123962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123962 is #EDC69D. Grayscale: #313131. Windows color (decimal): -15582878 or 6437138. OLE color: 6437138.

HSL color Cylindrical-coordinate representation of color #123962: hue angle of 210.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123962 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 57 98 -
CMYK 0.82 0.42 0 0.62
HSL 210.75º 0.69% 0.23% -
HSV(B) 210.75º 0.82% 0.38% -
XYZ 3.92 3.94 12.11 -
YUV 50.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 18 57 98 0.82 0.42 0 0.62 210.75 0.69 0.23
Hex 12 39 62 52 2A 0 3E D3 45 17
Octal 22 71 142 122 52 0 76 323 105 27
Binary 10010 111001 1100010 1010010 101010 0 111110 11010011 1000101 10111

Color Harmonies of #123962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123962

Black with #123962

Text Example


Text Example

White with #123962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123962; }

 p { color: rgb(18,57,98); }

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

background-color css

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

 a { background-color: rgb(18,57,98); }

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

border-color css

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

 span { border-color: rgb(18,57,98); }

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