Html Css Color HEX #18306D Sapphire

📋 copy color: '#18306D'

red 24 ◦ green 48 ◦ blue 109

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

Shades of Sapphire #18306D

Tints of Sapphire #18306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.52%

 BLUE value IS 109 (42.97% from 255) = 60.22%

R = 13.26%
G = 26.52%
B = 60.22%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18306D (or 0x18306D) is known color: Sapphire. HEX triplet: 18, 30 and 6D. RGB value is (24,48,109). Sum of RGB (Red+Green+Blue) = 24+48+109=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #18306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18306D is #E7CF92. Grayscale: #2F2F2F. Windows color (decimal): -15191955 or 7155736. OLE color: 7155736.

HSL color Cylindrical-coordinate representation of color #18306D: hue angle of 223.06º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18306D is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 48 109 -
CMYK 0.78 0.56 0 0.57
HSL 223.06º 0.64% 0.26% -
HSV(B) 223.06º 0.78% 0.43% -
XYZ 4.19 3.41 14.91 -
YUV 47.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 24 48 109 0.78 0.56 0 0.57 223.06 0.64 0.26
Hex 18 30 6D 4E 38 0 39 DF 40 1A
Octal 30 60 155 116 70 0 71 337 100 32
Binary 11000 110000 1101101 1001110 111000 0 111001 11011111 1000000 11010

Color Harmonies of #18306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18306D

Black with #18306D

Text Example


Text Example

White with #18306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18306D; }

 p { color: rgb(24,48,109); }

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

background-color css

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

 a { background-color: rgb(24,48,109); }

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

border-color css

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

 span { border-color: rgb(24,48,109); }

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