Html Css Color HEX #12305F Sapphire

📋 copy color: '#12305F'

red 18 ◦ green 48 ◦ blue 95

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

Shades of Sapphire #12305F

Tints of Sapphire #12305F

RGB

 RED value IS 18 (7.42% from 255) = 11.18%

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

 BLUE value IS 95 (37.5% from 255) = 59.01%

R = 11.18%
G = 29.81%
B = 59.01%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12305F (or 0x12305F) is known color: Sapphire. HEX triplet: 12, 30 and 5F. RGB value is (18,48,95). Sum of RGB (Red+Green+Blue) = 18+48+95=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #12305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12305F is #EDCFA0. Grayscale: #2C2C2C. Windows color (decimal): -15585185 or 6238226. OLE color: 6238226.

HSL color Cylindrical-coordinate representation of color #12305F: hue angle of 216.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12305F is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 48 95 -
CMYK 0.81 0.49 0 0.63
HSL 216.62º 0.68% 0.22% -
HSV(B) 216.62º 0.81% 0.37% -
XYZ 3.37 3.07 11.24 -
YUV 44.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 18 48 95 0.81 0.49 0 0.63 216.62 0.68 0.22
Hex 12 30 5F 51 31 0 3F D9 44 16
Octal 22 60 137 121 61 0 77 331 104 26
Binary 10010 110000 1011111 1010001 110001 0 111111 11011001 1000100 10110

Color Harmonies of #12305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12305F

Black with #12305F

Text Example


Text Example

White with #12305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,48,95); }

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

background-color css

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

 a { background-color: rgb(18,48,95); }

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

border-color css

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

 span { border-color: rgb(18,48,95); }

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