Html Css Color HEX #18265E Sapphire

📋 copy color: '#18265E'

red 24 ◦ green 38 ◦ blue 94

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

Shades of Sapphire #18265E

Tints of Sapphire #18265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.36%

 BLUE value IS 94 (37.11% from 255) = 60.26%

R = 15.38%
G = 24.36%
B = 60.26%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18265E (or 0x18265E) is known color: Sapphire. HEX triplet: 18, 26 and 5E. RGB value is (24,38,94). Sum of RGB (Red+Green+Blue) = 24+38+94=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #18265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18265E is #E7D9A1. Grayscale: #272727. Windows color (decimal): -15194530 or 6170136. OLE color: 6170136.

HSL color Cylindrical-coordinate representation of color #18265E: hue angle of 228º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18265E is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 38 94 -
CMYK 0.74 0.60 0 0.63
HSL 228º 0.59% 0.23% -
HSV(B) 228º 0.74% 0.37% -
XYZ 3.09 2.39 10.89 -
YUV 40.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 24 38 94 0.74 0.60 0 0.63 228 0.59 0.23
Hex 18 26 5E 4A 3C 0 3F E4 3B 17
Octal 30 46 136 112 74 0 77 344 73 27
Binary 11000 100110 1011110 1001010 111100 0 111111 11100100 111011 10111

Color Harmonies of #18265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18265E

Black with #18265E

Text Example


Text Example

White with #18265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,38,94); }

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

background-color css

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

 a { background-color: rgb(24,38,94); }

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

border-color css

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

 span { border-color: rgb(24,38,94); }

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