Html Css Color HEX #18307E Sapphire

📋 copy color: '#18307E'

red 24 ◦ green 48 ◦ blue 126

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

Shades of Sapphire #18307E

Tints of Sapphire #18307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 63.64%

R = 12.12%
G = 24.24%
B = 63.64%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18307E (or 0x18307E) is known color: Sapphire. HEX triplet: 18, 30 and 7E. RGB value is (24,48,126). Sum of RGB (Red+Green+Blue) = 24+48+126=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #18307E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18307E is #E7CF81. Grayscale: #313131. Windows color (decimal): -15191938 or 8269848. OLE color: 8269848.

HSL color Cylindrical-coordinate representation of color #18307E: hue angle of 225.88º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18307E is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 48 126 -
CMYK 0.81 0.62 0 0.51
HSL 225.88º 0.68% 0.29% -
HSV(B) 225.88º 0.81% 0.49% -
XYZ 5.2 3.81 20.2 -
YUV 49.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 24 48 126 0.81 0.62 0 0.51 225.88 0.68 0.29
Hex 18 30 7E 51 3E 0 33 E2 44 1D
Octal 30 60 176 121 76 0 63 342 104 35
Binary 11000 110000 1111110 1010001 111110 0 110011 11100010 1000100 11101

Color Harmonies of #18307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18307E

Black with #18307E

Text Example


Text Example

White with #18307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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