Html Css Color HEX #183F6C Regal Blue

📋 copy color: '#183F6C'

red 24 ◦ green 63 ◦ blue 108

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

Shades of Regal Blue #183F6C

Tints of Regal Blue #183F6C

RGB

 RED value IS 24 (9.77% from 255) = 12.31%

 GREEN value IS 63 (25% from 255) = 32.31%

 BLUE value IS 108 (42.58% from 255) = 55.38%

R = 12.31%
G = 32.31%
B = 55.38%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#183F6C (or 0x183F6C) is known color: Regal Blue. HEX triplet: 18, 3F and 6C. RGB value is (24,63,108). Sum of RGB (Red+Green+Blue) = 24+63+108=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #183F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F6C is #E7C093. Grayscale: #383838. Windows color (decimal): -15188116 or 7094040. OLE color: 7094040.

HSL color Cylindrical-coordinate representation of color #183F6C: hue angle of 212.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #183F6C is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 63 108 -
CMYK 0.78 0.42 0 0.58
HSL 212.14º 0.64% 0.26% -
HSV(B) 212.14º 0.78% 0.42% -
XYZ 4.86 4.83 14.86 -
YUV 56.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 24 63 108 0.78 0.42 0 0.58 212.14 0.64 0.26
Hex 18 3F 6C 4E 2A 0 3A D4 40 1A
Octal 30 77 154 116 52 0 72 324 100 32
Binary 11000 111111 1101100 1001110 101010 0 111010 11010100 1000000 11010

Color Harmonies of #183F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183F6C

Black with #183F6C

Text Example


Text Example

White with #183F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183F6C; }

 p { color: rgb(24,63,108); }

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

background-color css

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

 a { background-color: rgb(24,63,108); }

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

border-color css

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

 span { border-color: rgb(24,63,108); }

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