Html Css Color HEX #183F67 Regal Blue

📋 copy color: '#183F67'

red 24 ◦ green 63 ◦ blue 103

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

Shades of Regal Blue #183F67

Tints of Regal Blue #183F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 54.21%

R = 12.63%
G = 33.16%
B = 54.21%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#183F67 (or 0x183F67) is known color: Regal Blue. HEX triplet: 18, 3F and 67. RGB value is (24,63,103). Sum of RGB (Red+Green+Blue) = 24+63+103=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #183F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F67 is #E7C098. Grayscale: #373737. Windows color (decimal): -15188121 or 6766360. OLE color: 6766360.

HSL color Cylindrical-coordinate representation of color #183F67: hue angle of 210.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183F67 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 63 103 -
CMYK 0.77 0.39 0 0.60
HSL 210.38º 0.62% 0.25% -
HSV(B) 210.38º 0.77% 0.4% -
XYZ 4.6 4.73 13.5 -
YUV 55.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 24 63 103 0.77 0.39 0 0.60 210.38 0.62 0.25
Hex 18 3F 67 4D 27 0 3C D2 3E 19
Octal 30 77 147 115 47 0 74 322 76 31
Binary 11000 111111 1100111 1001101 100111 0 111100 11010010 111110 11001

Color Harmonies of #183F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183F67

Black with #183F67

Text Example


Text Example

White with #183F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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