Html Css Color HEX #10306C Sapphire

📋 copy color: '#10306C'

red 16 ◦ green 48 ◦ blue 108

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

Shades of Sapphire #10306C

Tints of Sapphire #10306C

RGB

 RED value IS 16 (6.64% from 255) = 9.3%

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

 BLUE value IS 108 (42.58% from 255) = 62.79%

R = 9.3%
G = 27.91%
B = 62.79%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10306C (or 0x10306C) is known color: Sapphire. HEX triplet: 10, 30 and 6C. RGB value is (16,48,108). Sum of RGB (Red+Green+Blue) = 16+48+108=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #10306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10306C is #EFCF93. Grayscale: #2D2D2D. Windows color (decimal): -15716244 or 7090192. OLE color: 7090192.

HSL color Cylindrical-coordinate representation of color #10306C: hue angle of 219.13º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10306C is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 48 108 -
CMYK 0.85 0.56 0 0.58
HSL 219.13º 0.74% 0.24% -
HSV(B) 219.13º 0.85% 0.42% -
XYZ 3.98 3.31 14.62 -
YUV 45.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 16 48 108 0.85 0.56 0 0.58 219.13 0.74 0.24
Hex 10 30 6C 55 38 0 3A DB 4A 18
Octal 20 60 154 125 70 0 72 333 112 30
Binary 10000 110000 1101100 1010101 111000 0 111010 11011011 1001010 11000

Color Harmonies of #10306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10306C

Black with #10306C

Text Example


Text Example

White with #10306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10306C; }

 p { color: rgb(16,48,108); }

 H1.HeaderClassName
 {
   color: #10306C;
 }
 .AnyTagClassName
 {
   color: #10306C;
 }
</style>

background-color css

<style>
 a { background-color: #10306C; }

 a { background-color: rgb(16,48,108); }

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

border-color css

<style>
 span { border-color: #10306C; }

 span { border-color: rgb(16,48,108); }

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