Html Css Color HEX #16306F Sapphire

📋 copy color: '#16306F'

red 22 ◦ green 48 ◦ blue 111

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

Shades of Sapphire #16306F

Tints of Sapphire #16306F

RGB

 RED value IS 22 (8.98% from 255) = 12.15%

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

 BLUE value IS 111 (43.75% from 255) = 61.33%

R = 12.15%
G = 26.52%
B = 61.33%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#16306F (or 0x16306F) is known color: Sapphire. HEX triplet: 16, 30 and 6F. RGB value is (22,48,111). Sum of RGB (Red+Green+Blue) = 22+48+111=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #16306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16306F is #E9CF90. Grayscale: #2F2F2F. Windows color (decimal): -15323025 or 7286806. OLE color: 7286806.

HSL color Cylindrical-coordinate representation of color #16306F: hue angle of 222.47º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16306F is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 48 111 -
CMYK 0.80 0.57 0 0.56
HSL 222.47º 0.67% 0.26% -
HSV(B) 222.47º 0.8% 0.44% -
XYZ 4.26 3.43 15.48 -
YUV 47.41 163.89 109.88 -
System Red Green Blue C M Y K H S L
Decimal 22 48 111 0.80 0.57 0 0.56 222.47 0.67 0.26
Hex 16 30 6F 50 39 0 38 DE 43 1A
Octal 26 60 157 120 71 0 70 336 103 32
Binary 10110 110000 1101111 1010000 111001 0 111000 11011110 1000011 11010

Color Harmonies of #16306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16306F

Black with #16306F

Text Example


Text Example

White with #16306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,48,111); }

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

background-color css

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

 a { background-color: rgb(22,48,111); }

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

border-color css

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

 span { border-color: rgb(22,48,111); }

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