Html Css Color HEX #18307F Sapphire

📋 copy color: '#18307F'

red 24 ◦ green 48 ◦ blue 127

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

Shades of Sapphire #18307F

Tints of Sapphire #18307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.82%

R = 12.06%
G = 24.12%
B = 63.82%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18307F (or 0x18307F) is known color: Sapphire. HEX triplet: 18, 30 and 7F. RGB value is (24,48,127). Sum of RGB (Red+Green+Blue) = 24+48+127=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #18307F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18307F is #E7CF80. Grayscale: #313131. Windows color (decimal): -15191937 or 8335384. OLE color: 8335384.

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

Color convert

RGB 24 48 127 -
CMYK 0.81 0.62 0 0.50
HSL 226.02º 0.68% 0.3% -
HSV(B) 226.02º 0.81% 0.5% -
XYZ 5.26 3.84 20.54 -
YUV 49.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 24 48 127 0.81 0.62 0 0.50 226.02 0.68 0.3
Hex 18 30 7F 51 3E 0 32 E2 44 1E
Octal 30 60 177 121 76 0 62 342 104 36
Binary 11000 110000 1111111 1010001 111110 0 110010 11100010 1000100 11110

Color Harmonies of #18307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18307F

Black with #18307F

Text Example


Text Example

White with #18307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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